// documentation

Quickstart

Get an origin behind the fpradius edge in a few minutes. You'll need an active account — request access if you don't have one yet.

1 · Point your DNS

Create a CNAME from your hostname to the fabric entrypoint. Traffic is then served from the nearest edge location automatically.

# DNS record
CNAME  cdn.yoursite.com  →  edge.fpradius.net

2 · Purge the cache

Purge a path or the entire zone with a single call. Changes propagate across all points of presence within seconds.

curl -X POST https://api.fpradius.net/v1/purge \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"paths":["/assets/*"]}'

Cache headers

The edge respects standard Cache-Control directives from your origin. Override TTL per route from the control panel or with s-maxage.

Cache-Control: public, s-maxage=86400, stale-while-revalidate=600

Metrics API

Query per-PoP latency, hit ratio and throughput. Results are returned as JSON, aggregated at one-minute resolution.

GET https://api.fpradius.net/v1/metrics?window=1h&by=pop

Need something that isn't here? Reach out →