Download a specific variant of a stored object
GET /storage/objects/{hash}/variants/{variant}
GET
/storage/objects/{hash}/variants/{variant}
Same semantics as the original download but for any named variant key (e.g. “preview_2048”, “thumb_512”, “hls/seg00001.ts”).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” hash
required
string
variant
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