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>"

Documentation Index

Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

bucketName
string
required
Pattern: ^[a-zA-Z0-9_-]+$
key
string
required

Response

File content

The response is of type file.