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/email-health/v1/batch1 credit
Run the full 'check' audit on up to 25 domains in one call (each with score + grade).
Parameters
Comma-separated list (or array) of up to 25 domains to run a full health check on in one call.
If true, skip the DNSBL reputation lookups in 'check' (faster; blacklist is the slowest section — many IP×zone DoH queries).
request preview
curl -X POST https://api.reefapi.com/email-health/v1/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.