Authentication
API Key Authentication
All API requests must include your API key in the Authorization header. You can generate and manage API keys from your account dashboard.
# Include your API key in every request curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://api.slamcdn.com/v1/zones"
Pull Zones
Create and manage CDN pull zones that cache and deliver content from your origin server.
Cache & Purge
Manage cached content across all edge nodes in the global network.
CDN Links (File Storage)
Upload, manage, and serve static files directly from the SlamCDN edge network.
Analytics
Query bandwidth, request, and performance metrics for your zones.
SSL Certificates
Manage SSL certificates for your custom domains.
Rate Limits
| Plan | Requests/min | Burst |
|---|---|---|
| Starter | 60 | 10 |
| Professional | 300 | 50 |
| Enterprise | Custom | Custom |
Rate limit headers (X-RateLimit-Remaining, X-RateLimit-Reset) are included in every response.
SDKs & Libraries
Official client libraries to get started quickly in your language of choice.
Python
pip install slamcdn
Node.js
npm i @slamcdn/sdk
Go
go get slamcdn/go-sdk
PHP
composer require slamcdn/sdk