Live — 200+ edge locations worldwide

Email validation that's
30-200x cheaper

8-step risk pipeline: syntax, DNS, MX records, disposable detection, typo correction, role-based checks, catch-all detection, and SMTP verification. Sub-50ms at the edge.

POST /v1/validate
Request
curl -X POST https://api.riskmail.app/v1/validate \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "user@gmial.com"}'
Response ~31ms
{
  "email": "user@gmial.com",
  "valid": false,
  "score": 0,
  "risk_level": "high",
  "checks": {
    "syntax": { "valid": true },
    "dns": { "valid": false },
    "disposable": { "detected": true },
    "role_based": { "detected": false },
    "free_provider": { "detected": false }
  },
  "suggestion": "gmail.com"
}

8-step validation pipeline

Every email runs through 8 checks in parallel. Bad emails caught at the edge before they hit your database.

✉️
Syntax Check
RFC 5322 validation. Max 254 chars. TLD verification.
🌐
DNS + MX Lookup
Domain exists? Can it receive mail? Dual-provider failover.
🚫
Disposable Detection
5,300+ temp email providers. Updated regularly.
🔍
Typo Correction
gmial.com → gmail.com. Levenshtein on 60+ domains.
👥
Role-Based Detection
Flags info@, admin@, support@ — 22 patterns.
📧
Free Provider ID
Detects Gmail, Outlook, Yahoo, ProtonMail, and more.
🎯
Catch-All Detection
Identifies wildcard domains that accept everything.
SMTP Verification
Mailbox-level check. Confirms inbox exists. Pro+ tiers.

How we compare

Same checks. Fraction of the cost.

Provider Cost per validation vs RiskMail
RiskMail Pro $0.0001 Baseline
ZeroBounce $0.0080 80x more
Abstract API $0.0050 50x more
NeverBounce $0.0030 30x more

Simple pricing

Start free. Scale as you grow. No surprises.

Basic
Free
500 req/month
  • 8-step validation
  • Risk scoring
  • No SMTP check
  • No bulk
Get Started
Popular
Pro
$4.99/mo
50K req/month
  • Everything in Basic
  • SMTP verification
  • 60 req/min
  • $0.0002 overage
Subscribe
Ultra
$9.99/mo
250K req/month
  • Everything in Pro
  • Bulk validation (50/req)
  • 120 req/min
  • $0.00015 overage
Subscribe
Mega
$29.99/mo
1M req/month
  • Everything in Ultra
  • Bulk validation (100/req)
  • 300 req/min
  • $0.0001 overage
Subscribe

Works with everything

Copy, paste, validate. Three lines of code.

curl -X POST https://api.riskmail.app/v1/validate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "user@example.com"}'

Start validating in 30 seconds

Free tier. No credit card. 500 requests/month to test everything.

Get Your API Key