Documentation
Point your origin, get an edge hostname, and start serving cached assets in minutes.
Quick start
- Create a distribution and set your origin host.
- Add the provided CNAME to your DNS zone.
- Serve assets through the edge hostname.
Purge cache
curl -X POST https://api.rumedia-cdn.com/v1/purge \
-H "Authorization: Bearer $TOKEN" \
-d '{"paths":["/assets/*"]}'Cache-Control
Edge honours Cache-Control and ETag. Use s-maxage for edge TTL independent of the browser.