Syntax, MX, SMTP, disposable, typo detection — in a single REST call. Radically transparent. The most affordable email validation API on the market.
Type any email address and see the real response from our API.
3 free demo validations per IP. Sign up for a real API key with 25 free credits.
Three steps, one REST call.
Sign up for free, 25 credits are waiting in your wallet. Your API key is ready instantly — no approval, no credit card.
Send any email to /api/v1/validate with your Bearer token. Works from any language: PHP, Python, Node.js, Ruby, Go.
Structured JSON response with a valid boolean, a confidence level, and detailed diagnostics for edge cases.
Copy, paste, validate. Our email validation API works the same way from any stack — no SDK required.
Full documentation →# Bash / curl
curl https://email-validation-api.net/api/v1/validate \
-H "Authorization: Bearer evs_live_..." \
-H "Content-Type: application/json" \
-d '{"email":"user@example.com"}'
{
"email": "user@example.com",
"valid": true,
"reason": "ok",
"confidence": "verified",
"score": 1.0,
"details": {
"syntax": true, "mx": true, "smtp": true,
"disposable": false, "role_based": false
},
"credits_remaining": 99940
}
FCrDNS-validated HELO means Gmail, Outlook, iCloud actually accept our probes and return accurate verdicts.
Levenshtein-based suggestion against a self-learning popular domains list — catches gmial.com, yaho.fr, and custom typos your users make.
Blocks mailinator, yopmail, tempmail and hundreds of disposable domains — extendable with our auto-updated list.
We tell you when Proton, Tutanota or other providers block probes — no false negatives, honest confidence levels.
80-400ms typical, <10ms on cached emails. Transparent rate limit headers so you can pace your traffic.
Pay-as-you-go from $0.0025/email. No monthly commitment, no hidden cost per check. Buy credits when you need them.
Every other email validation API plasters “99%+ accurate!” on their homepage. It's marketing theatre — and it bites you when their inflated numbers don't match your real bounce rates.
Many large mail providers and strict corporate MX setups actively block email verification probes. No email validation service on the market can bypass that — including us. There is no silver bullet, and anyone who claims 99% accuracy is glossing over those cases.
When we can't confirm an email, we tell you exactly why — with precise reason codes like smtp_anti_probe, smtp_catch_all or smtp_silent. You get honest diagnostics instead of a made-up accuracy score. You make informed decisions. Your bounce rate stops surprising you.
confidence level: verified or basic25 free credits on signup. No credit card. Your API key is ready instantly.
Get your free API key