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.
20 demo requests per hour per IP. Sign up for a real API key with 100 free credits.
Three steps, one REST call.
Sign up for free, 100 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.
ProtonMail, Tutanota, strict cPanel servers and countless corporate MX setups actively block email verification probes. No service — not us, not ZeroBounce, not NeverBounce, not Kickbox — can bypass that. There is no silver bullet. Anyone who tells you otherwise is selling fluff.
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 basic100 free credits on signup. No credit card. Your API key is ready instantly.
Get your free API key