Disposable Email Detection API by RiskMail
Detect disposable emails, temporary domains, free email providers, and risky signup emails in real time. This API helps SaaS platforms, marketplaces, communities, signup forms, CRM systems, and lead generation workflows reduce fake accounts, spam registrations, trial abuse, and low-quality leads. The API returns a simple JSON result including the email, domain, verdict, disposable status, free…
Disposable Email Detection API by RiskMail endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
rapidVerifyBulk /api/rapid/v1/bulk/verify |
Submit an array of emails / domains. Successes are returned in `results` (in submission order); per-row failures are keyed by the raw input in `errors`. Always returns 200 OK… |
| GET |
rapidVerifyDomain /api/rapid/v1/domain/{domain} |
Same verdict shape as `/verify`, but the input is taken from the URL path. Convenient for caches / CDN keys that want the domain to be part of the URL rather than a query string. |
| GET |
rapidVerify /api/rapid/v1/verify |
Returns the disposable / risk verdict for the supplied input. `email` may be a full email (`[email protected]`) or a bare domain (`example.com`). The IDN-normalisation rules… |
| Other endpoints | ||
| GET |
rapidVerifyDomain /api/rapid/v1/domain/{domain} |
Same verdict shape as `/verify`, but the input is taken from the URL path. Convenient for caches / CDN keys that want the domain to be part of the URL rather than a query string. |
| POST |
rapidVerifyBulk /api/rapid/v1/bulk/verify |
Submit an array of emails / domains. Successes are returned in `results` (in submission order); per-row failures are keyed by the raw input in `errors`. Always returns 200 OK… |
| GET |
rapidVerify /api/rapid/v1/verify |
Returns the disposable / risk verdict for the supplied input. `email` may be a full email (`[email protected]`) or a bare domain (`example.com`). The IDN-normalisation rules… |
Disposable Email Detection API by RiskMail pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $19 / month | 15 / second |
|
| ULTRA | $39 / month | 20 / second |
|
| MEGA | $59 / month | 30 / second |
|