Skip to main content
GET
/
blobs
/
download
/
{bucket}
/
{id}
Download blob
curl --request GET \
  --url https://api.example.com/blobs/download/{bucket}/{id} \
  --header 'Authorization: <authorization>'
"<string>"

Headers

Authorization
string
default:""
required

Access token

Path Parameters

bucket
string
required

Bucket name

id
string
required

Blob id

Response

200 - application/octet-stream

Binary file

The response is of type file.