CDNShark Documentation

Guides, tutorials, and references for every part of CDNShark — edge delivery, pull zones, DNS, cache controls, and more.

← Back to Documentation

Create Pull Zone (API)

POST /api/v1/zones\nContent-Type: application/json\n\n{\n  "name": "my-zone",\n  "origin": "https://origin.example.com",\n  "cache_ttl": 3600\n}

Returns the created zone object with the assigned CDN hostname.