The playground
Try any of 817 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/url-resolver/v1/batch1 credit
Resolve up to 20 URLs concurrently in one call (each independently SSRF-guarded).
Working example
Parameters
List of http(s) URLs to resolve in one call (max 20); each is independently SSRF-guarded.
request preview
curl -X POST https://api.reefapi.com/url-resolver/v1/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"urls":"[\"http://github.com\",\"https://www.example.com/?utm_source=z\"]"}'Hit Send to run this endpoint live.