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:1
Analyze (no cost)
Preview the metadata and credit cost of a public link, without being charged.
POST /clips/info2
Send for clipping
Submit the video. Credits are debited immediately.
POST /clips3
Track the submission
Poll until
status becomes completed or failed.GET /clips/{videoId}/submissions/{submissionId}4
Fetch the generated clips
Get the clips the AI produced, with timestamps, rating, and URLs.
GET /clips/{videoId}/submissions/{submissionId}/clips5
Apply a template (optional)
Apply one of your templates in bulk to the clips.
POST /clips/{videoId}/submissions/{submissionId}/apply_template6
Render each clip
Generate the final MP4 of each clip and poll until done.
POST /clips/{videoId}/submissions/{submissionId}/clips/{clipId}/render → GET /renders/{renderId}7
Download and publish
Download the rendered video and, if you want, publish it to your social accounts.
GET /renders/{renderId}/download · POST /postsNext 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.