Base URL
Authentication
Authenticate using theAccessKey header with 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.
Upload, download, and manage files in your storage zones via HTTP.
https://{region}.storage.bunnycdn.com
AccessKey header with your storage zone password:
curl --request GET \
--url https://storage.bunnycdn.com/{storageZoneName}/ \
--header 'AccessKey: YOUR_STORAGE_ZONE_PASSWORD'
Was this page helpful?