Self-hosted media CDN built to store your images and video and serve them fast from 5 India edge POPs and a global edge network spanning 119+ cities. Multi-stream Fast Download saturates the customer's line.
Resize, crop, format convert (WebP, AVIF, JPG, PNG), all on-the-fly via URL query params. Cached on NVMe SSD.
Auto-thumbnail generation and streaming-ready delivery for any video format you upload. Range requests and ETag caching built in.
Mumbai, Delhi, Bangalore, Chennai, Kolkata edge cache. NVMe SSD origin. 30 day cache TTL. Real measured 51ms TTFB from Jaipur fiber on cached HIT.
Per-key upload limits, allowed origins, file type restrictions. Full control over who can upload what.
Track uploads, bandwidth, requests per day. Storage usage per API key. Real-time dashboard.
Your data stays in India. Self-hosted on enterprise hardware with ZFS RAID storage. 99.9% uptime.
Start free, scale when ready. 18% GST applicable on paid plans.
// Upload curl -X POST https://eternalcdn.in/api/v1/upload \ -H "X-API-Key: nxs_your_key" \ -F "file=@photo.jpg" // Response (URLs auto-served via Eternal CDN edge) { "id": "abc123", "url": "https://eternalcdn.in/media/abc123" } // Serve with transforms (cached at India POPs) https://eternalcdn.in/media/abc123?w=400&h=300&format=webp&q=80 // HTML responsive image <img src="https://eternalcdn.in/media/abc123?w=800&format=webp" srcset="...?w=400&format=webp 400w, ...?w=800&format=webp 800w" loading="lazy" />