Read a render
Read a render by id.
Authorizations
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Path Parameters
Identifier of the render.
Response
The render plus a short-lived signed download_url.
A render with a short-lived signed download URL.
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.
Short-lived signed URL for the rendered bytes; null until the render is completed. Re-fetch the render rather than caching the URL.