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.
curl -X POST https://api.riskmail.app/v1/validate \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "user@gmial.com"}'
{
"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"
}
Every email runs through 8 checks in parallel. Bad emails caught at the edge before they hit your database.
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 |
Start free. Scale as you grow. No surprises.
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"}'
Free tier. No credit card. 500 requests/month to test everything.
Get Your API Key