Create download request
Create Download Job
Create a new video download job to generate a downloadable file
POST
Create download request
Initiate a download job to convert a stream URL into a downloadable file. This is an asynchronous operation that returns a download ID for tracking progress.
- Download jobs are asynchronous—use the returned
download_idto check status - Provide a stream URL from
generateStream()or a timeline stream URL - The
nameparameter sets the output filename (include file extension) - Download URLs expire after 24 hours from completion
Streams and Exports Guide
Learn how to generate streams before downloading
Get Download Status
Check download progress and retrieve the final URL
Authorizations
API key for authentication (sk-xxx format)
Body
application/json