Create Clip

Creates a new clip. For more information on creating clips, check out the Twitch API Reference Guide for Create Clip.

Box Name Type Description
Login Name Dropdown Your Twitch login name (all lowercase characters) to create the clip for.
Clip Title String Optional title to apply to the created clip.
Clip Duration Number Optional clip duration in seconds. Must be between 5 and 60 seconds.
Save Variable As (optional) String Variable to save your newly created clip ID.

Saved Value:

Value Type Description
savedVariable String ID of the newly created clip (data[0].id).
undefined Undefined Saved if Twitch is not connected, the channel cannot be resolved, required scopes are missing, Twitch returns an empty response, or the request fails.
Back to the list