The playground

Try any of 1042 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/privacy-scan/v1/batch5 credits

Scan up to 20 URLs concurrently in one call (each independently SSRF-guarded). Compact per-URL privacy_score + grade + gdpr_risk + tracker/cookie counts. NOTE: batch is the fast bulk path — it runs static (no per-URL render, to stay within latency for 20 URLs); per-URL likely_js_app flags JS shells. For the full runtime graph, call `scan` per URL (render defaults on).

Working example
Parameters

List of pages to scan in one call (max 20); each is independently SSRF-guarded and fetched concurrently.

request preview
curl -X POST https://api.reefapi.com/privacy-scan/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"urls":"[\"https://www.cnn.com\",\"https://www.theguardian.com\"]"}'

Hit Send to run this endpoint live.