Skip to content

Download the asset's primary file (original variant)

GET
/assets/{id}/file

Proxies to /storage/objects/{file_hash} for the asset’s linked storage object. 404 when the asset has no file_hash set yet (e.g. a draft created without an upload).

id
required
string format: uuid
Range
string

Full body

string format: binary

Partial body (Range honoured)

string format: binary

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed