The playground

Try any of 919 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/web-capture/v1/download0 credits

Fetch a 10-50MB capture artifact by its one-time token (30 min TTL; consumed on read).

Working example
Parameters

One-time download token from a previous capture (10-50MB outputs). Expires 30 min after the capture; consumed on first read.

request preview
curl -X POST https://api.reefapi.com/web-capture/v1/download \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"token":"nonexistent-token-aaaaaaaaaaaa"}'

Hit Send to run this endpoint live.