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/validate/v1/email1 credit
Validate an email: syntax + live MX (DoH) + disposable-domain + role-account flags.
Working example
Parameters
The email address to validate: RFC-5322-pragmatic syntax + live MX lookup (DNS-over-HTTPS) + disposable-domain + role-account detection.
Whether to perform the live MX/DNS lookup (default true). Set false for a pure offline syntax+disposable check (no network, faster).
request preview
curl -X POST https://api.reefapi.com/validate/v1/email \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"email":"[email protected]"}'Hit Send to run this endpoint live.