Render an asset
Render an asset to a video (mp4/mov) or audio (m4a/mp3) output.
Idempotent on the full request shape: an identical request returns the
existing render.
Authorizations
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Body
Response
A render with the same inputs already exists; it is returned.
A render.
Render id.
The source asset this render was produced from.
The cut applied to this render, or null for a full-source render.
Render lifecycle state: pending / processing while the render encodes, completed when ready, failed on error. completed and failed are terminal.
pending, processing, completed, failed The output spec this render was produced with.
Output size in bytes.
Machine-readable failure code when state=failed.
Human-readable failure detail when state=failed.
When the render was created.
When encoding started.
When the render reached a terminal state.