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/preview_basic3 credits
Basic visual preview: render the HTML to a PNG via web-capture's browser sandbox. HONEST: a browser render, NOT a real email-client render (no Outlook/Word engine). Degrades gracefully if web-capture is not deployed.
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.
Viewport width in px (typical email width = 600). (320–1200)
request preview
curl -X POST https://api.reefapi.com/email-preflight/v1/preview_basic \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"html":"<h1>hi</h1>"}'Hit Send to run this endpoint live.