Email Validator
Email Validator API gives you everything you need to clean your email lists and protect your forms — in a single API call. ## What it checks - **Format** — RFC 5322 compliance - **MX records** — confirms the domain can receive email - **SMTP verification** — checks if the mailbox actually exists - **Disposable detection** — flags 50,000+ throwaway domains - **Free provider detection** —…
Email Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| validation | ||
| POST |
Validate Email Batch /v1/validate/batch |
Validate up to 50 email addresses in a single request. Returns the same checks as single validation plus a valid_count summary. |
| POST |
Validate Email /v1/validate/email |
Validate a single email address. Returns format check, MX records, SMTP verification, disposable/role/free detection, typo suggestion, and a quality score 0–1. |
| domain | ||
| GET |
Check Domain /v1/domain/check/{domain} |
Check if a domain has valid MX records and whether it accepts all incoming emails (catch-all). Also flags disposable and free email providers. |
| system | ||
| GET |
health_v1_health_get /v1/health |
|
Email Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $79.9 / month | — |
|