Download a raw byte stream by content hash (original variant)
GET /storage/objects/{hash}
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” hash
required
string
Header Parameters
Section titled “Header Parameters ” Range
string
Responses
Section titled “ Responses ”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 completedExample
{ "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