Download render asset
Streams the binary asset (HTTP 200). Send a session cookie or API key, or a valid `sig` query from `assetUrl` (no key). Signed fetches are long-lived until the file is archived (410). The former path `/api/v1/renders/{id}/image` still works as an alias.
/api/v1/renders/{id}/assetStreams the binary asset (HTTP 200). Send a session cookie or API key, or a valid sig query from assetUrl (no key). Signed fetches are long-lived until the file is archived (410). The former path /api/v1/renders/{id}/image still works as an alias.
API key as Authorization: Bearer <key>
In: header
Path Parameters
uuidQuery Parameters
HMAC signature. When valid, no Authorization header is required.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/renders/497f6eca-6276-4993-bfeb-53cbbbba6f08/asset""string"{ "error": "string", "code": "UNAUTHORIZED", "details": {}, "message": "string"}{ "error": "string", "code": "UNAUTHORIZED", "details": {}, "message": "string"}{ "error": "string", "code": "UNAUTHORIZED", "details": {}, "message": "string"}Stream render status (SSE) GET
Server-Sent Events stream of `event: status` until the job is terminal. Best for browser clients with a session cookie.
List templates GET
Returns a page of templates in the API key's workspace (default 50, max 100). If `hasMore` is true, request the next page with `offset`. Use names and descriptions to pick a template, then fetch its schema.