Validate emails in milliseconds.
Kill fake signups & spam.

One lightweight HTTP call checks syntax, disposable domains, role accounts, and placeholder addresses β€” so your forms stay clean, your bounce rate stays low, and your costs stay near zero. Free tier to start.

Get your free API key Try it

⚑ Fast

Single request. JSON back in milliseconds. Built for bulk & batch jobs.

πŸ›‘οΈ Blocks disposable

Catches mailinator, 10minutemail, tempmail & 100+ more one-time providers.

🚫 Flags roles

Spots info@, support@, admin@ β€” the accounts that silently bounce.

πŸ’° Cheap

Only pay for meaningful validations. Free tier included. No compute surprises.

Running demo…
# One endpoint. That's it.
curl -X POST https://api.emailvalidate.io/v1/validate \
  -H "x-api-key: YOUR_KEY" \
  -H "content-type: application/json" \
  -d '{"email":"john.doe@gmail.com"}'

# β†’ { "isValid":true, "status":"valid",
   "checks":{ "syntax":true, "disposable":false, "role":false } }

Simple, honest pricing

Free

$0 β€” 100 validations/month. No credit card needed. Enough to build & test.

Starter

$19/mo β€” 5,000 validations. For active signup forms & small lists.

Pro

$49/mo β€” 100,000 validations + priority support. For serious volume.