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/email-preflight/v1/check_links2 credits
Resolve every link in the email through url-resolver (SSRF-guarded): final URL, redirect chain, status, final domain. Bot-403/429 = `unverifiable` (honest — not marked broken). Inner-calls url-resolver per link.
Working example
Parameters
The full HTML of the email you are about to send (paste the source). Parsed read-only in a no-network, no-script sandbox.
Optional base URL: relative links/images in the HTML are resolved against it before checking.
request preview
curl -X POST https://api.reefapi.com/email-preflight/v1/check_links \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"html":"<a href='https://github.com'>a</a><a href='https://example.com'>b</a>"}'Hit Send to run this endpoint live.