One API. Twenty+ signals per address — deliverability, risk, identity, and domain intelligence — returned as a single structured object. Ship in an afternoon.
Every request returns a rich, structured object. Route, filter, and score using the signals your product actually needs.
Hit our live API from the browser. Same endpoint, same response shape you get in production.
// hit ▶ to run — response appears herePredictable JSON. Every field documented. Hover a key to see what it means.
No proprietary SDK required. It's just HTTP + JSON — the way APIs should be.
curl -X POST https://api.verimailx.com/v1/verify \
-H "Authorization: Bearer $VMX_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"sarah@acme.io"}'Typed clients with retries, batching, and idiomatic error handling built in.
Grab a key, paste it into your .env, and ship deliverability-aware features by lunch.