...

/

Create Clips

Create Clips

Learn to create clips using the Twitch API.

We retrieve information regarding clips, but we can also use the Twitch API to create a clip from a currently ongoing live stream programmatically. To do so, we can send a simple POST request to the clips endpoint and pass the ID of a currently streaming channel.

All POST requests to create a clip must be authenticated with a user access token that has the clips:edit scope.

Input parameters

It requires a single ...