Dolphin Storage logo

API Reference

Authentication

Every API request must include an API key created from your account. Use the key as an HTTP header to authorize requests.

Required Header

KeyValue
x-api-keyapi-key from your account

cURL Example

curl -X GET "https://{region}.dolphin.storage/v1/files/{storeSlug}/{path}" \
  -H "x-api-key: your-api-key"