⚡ edge EU-CDN0 v2.6
SWAGGER ⚙️ playground

cdn-node · standard methods

📦 CDN NODE v1 ⚡ edge-cache

base URL: https://eu-cdn0.45PLUS.SITE/api/v1 Standard CDN node methods (purge, fetch, status, preload)

🔒 CDN node methods
🌐 CDN Node Methods standard Edge · EU-CDN0
GET /nodes/status Get status of all CDN nodes (standard method) node-status CDN
returns node health, load, and geo cache: TTL 30s
POST /nodes/purge Purge cache by URL or tag (standard purge) cache-control NODE
body: { "url": "string", "tag": "string" } async purge
GET /nodes/fetch/{origin} Fetch content from origin via CDN node origin-fetch EDGE
path param: origin (string) query: ?bypass=bool
PUT /nodes/preload Preload URLs to CDN node cache preload CACHE
body: { "urls": ["string"] } priority: high
DELETE /nodes/cache/{id} Remove specific cached object by ID cache-evict NODE
path param: id (string) immediate
📋 Standard CDN Node Methods: status purge fetch preload evict ⚡ all endpoints support ?node=eu-cdn0