Skip to content

Download a raw byte stream by content hash (original variant)

GET
/storage/objects/{hash}

Returns the bytes of the original variant. Supports HTTP Range requests for partial downloads (video scrub, resumable downloads). 404 when the hash isn’t known to this server.

hash
required
string
/^[0-9a-f]{64}$/
Range
string

Full body

string format: binary

Partial body (Range request 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