CDN REST API
api/v1
OPERATIONAL

Content Delivery API

REST interface for CDN content distribution, edge cache management and asset delivery.

Example request
GET
https://api.cdn.example/api/v1/status
Response
HTTP/1.1 200 OK 14 ms
{
  "status": "ok",
  "service": "cdn",
  "version": "1.4.2",
  "region": "eu-north",
  "edge": "HEL-01",
  "cache": "HIT",
  "uptime": 99.998,
  "timestamp": "2026-08-10T18:05:00Z",
  "request_id": "req_000000000"
}
REST endpoints
GET /api/v1/status Service status
GET /api/v1/health Health check
GET /api/v1/assets Asset metadata
GET /cdn/* Static content
HEAD /cdn/* Content headers