Skip to main content
GET
/
api
/
storage
/
buckets
/
{bucketName}
/
objects
/
{objectKey}
Download Object
curl --request GET \
  --url https://api.example.com/api/storage/buckets/{bucketName}/objects/{objectKey} \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

bucketName
string
required
key
string
required

Response

File content

The response is of type file.