Download Clip

Get a download URL for a clip

Info

Required scope: clips.read

Warning

This method requires authentication

Retrieve a temporary download URL for a specific clip.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/clips/{clipId}/download

Path Parameters:

ParameterTypeDescription
clipIdstringThe ID of the clip

Response

Success
Error
{
  "downloadUrl": "https://example.com/clip-download"
}