Skip to main content
The Edge Storage API provides a simple RESTful interface for managing files in your storage zones.

Base URL

https://{region}.storage.bunnycdn.com
The endpoint depends on your storage zone’s primary region. See storage endpoints for all available regions.

Authentication

Authenticate using the AccessKey header with your storage zone password:
curl --request GET \
  --url https://storage.bunnycdn.com/{storageZoneName}/ \
  --header 'AccessKey: YOUR_STORAGE_ZONE_PASSWORD'
Use your storage zone password, not your account API key. Find it in the FTP & API Access tab of your storage zone.

SDKs