Get Your API Key
1
Request Access
Contact us to get your API key. You’ll receive a key in the format
sk_xxxxxxxxxxxxxxxx.2
Test Your Key
Verify your API key works by checking your usage:
3
Download Your First Video
Create a download job:
Basic Example
Poll for Completion
Jobs are processed asynchronously. Poll the status endpoint until completion:Job Status Values
| Status | Description |
|---|---|
Pending | Job is queued, waiting to be processed |
Processing | Job is being downloaded/processed |
Completed | Job finished successfully, s3_url is available |
Failed | Job failed, check error field for details |
Response Example
The
s3_url is a presigned URL valid for 24 hours. Download the file before it expires.