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/enrich-url/v1/batch2 credits

Classify up to 20 URLs in one call (the link-list cleanup + routing use-case): per-URL ok/error, each independently resolved + classified.

Working example
Parameters

Up to 20 URLs (array or comma-separated). Each is resolved + classified independently; per-URL ok/error.

request preview
curl -X POST https://api.reefapi.com/enrich-url/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"urls":"[\"https://x0.example\",\"https://x1.example\",\"https://x2.example\",\"https://x3.example\",\"https://x4.example\",\"https://x5.example\",\"https://x6.example\",\"https://x7.example\",\"https://x8.example\",\"https://x9.example\",\"https://x10.example\",\"https://x11.example\",\"https://x12.example\",\"https://x13.example\",\"https://x14.example\",\"https://x15.example\",\"https://x16.example\",\"https://x17.example\",\"https://x18.example\",\"https://x19.example\",\"https://x20.example\"]"}'

Hit Send to run this endpoint live.