In a hurry? Go straight to the Quickstart and generate your first clip via the API in just a few minutes.
Base URL
Every route uses the prefix:The typical flow
The API follows the same path as the studio, in steps you control per request:Analyze (no cost)
Preview the metadata and credit cost of a public link, without being charged.
POST /clips/infoTrack the submission
Poll until
status becomes completed or failed.GET /clips/{videoId}/submissions/{submissionId}Fetch the generated clips
Get the clips the AI produced, with timestamps, rating, and URLs.
GET /clips/{videoId}/submissions/{submissionId}/clipsApply a template (optional)
Apply one of your templates in bulk to the clips.
POST /clips/{videoId}/submissions/{submissionId}/apply_templateRender each clip
Generate the final MP4 of each clip and poll until done.
POST /clips/{videoId}/submissions/{submissionId}/clips/{clipId}/render → GET /renders/{renderId}Next steps
Authentication
How to generate your key and send it in requests, including workspaces.
Quickstart
A complete example, from link to rendered MP4.
Workspace and credits
How credit consumption works on each submission.
Publishing
How to publish rendered clips to social networks.