Documentation

Point your origin, get an edge hostname, and start serving cached assets in minutes.

Quick start

  1. Create a distribution and set your origin host.
  2. Add the provided CNAME to your DNS zone.
  3. 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.