NeXuS

CDN Service API

The CDN Service handles static asset delivery and optimization. It runs on port 7001 at https://cdn.sebhosting.com.

Endpoints

GET /health

{
  "service": "cdn-service",
  "status": "healthy",
  "port": 7001,
  "uptime": 86400,
  "timestamp": "2026-02-14T06:19:07.261Z"
}

GET /status

{
  "service": "cdn-service",
  "version": "1.0.0",
  "description": "CDN Management Service",
  "status": "operational",
  "timestamp": "2026-02-14T06:19:07.261Z"
}

Architecture