Skip to main content
Version: 1.0.0

Storage APIs

File and object storage management for users. Provides folder CRUD, file upload/download (including pre-signed URLs), metadata management, search, and quota tracking.

All endpoints use POST /api/v1/storage/gateway/<method> with a JSON request body.

See the Storage guide for upload patterns, pre-signed URLs, folder management, and quota.

Authentication

Your API key. sk_… for backend-to-backend calls, pk_… for client apps. Never valid on its own — see the combinations under Security below.

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key