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
| Key | Value |
|---|---|
x-api-key | api-key from your account |
cURL Example
curl -X GET "https://{region}.dolphin.storage/v1/files/{storeSlug}/{path}" \
-H "x-api-key: your-api-key"