RENDERS

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.

get/api/v1/renders/{id}/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.

Authorization

AuthorizationBearer <token>

API key as Authorization: Bearer <key>

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

sig?string

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"