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/spam_score1 credit

Deterministic spam-SIGNAL score for the email content (caps ratio, image-to-text ratio, spam phrases, missing unsubscribe, raw-IP links…). HONEST: a content signal score, NOT an inbox-placement prediction; SpamAssassin/Rspamd sidecar = the calibrated upgrade (see docs). Pure local compute.

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 subject line — included in the spam-signal analysis.

Optional plain-text alternative of the email. If omitted, the audit flags the missing multipart/alternative text part.

request preview
curl -X POST https://api.reefapi.com/email-preflight/v1/spam_score \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"html":"<p>100% FREE!!! ACT NOW — WIN CASH PRIZE</p>","subject":"FREE MONEY"}'

Hit Send to run this endpoint live.