Dolphin Storage logo

Storage API

Overview

Storage API supports core file operations: upload file, download file, and delete file. You can combine these endpoints to build an object workflow for each store.

Base URL

https://{region}.dolphin.storage

Authentication

Include x-api-key in every request header.

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