New API - Create clip API always get 401 error

Have you checked the token itself by passing it to the root kraken endpoint https://api.twitch.tv/kraken/ as the header Authorization: OAuth .....? This’ll let you confirm it’s both a valid token and has the correct scope.

Secondly, are you sure it’s a user access token and that you’re not trying to use an app access token?