Email Address Validation API
Check whether an email address is real and deliverable — in a single, fast request. ## What it checks - **Syntax** — RFC-aware validation of the address format. - **Domain & MX/DNS** — confirms the domain exists and is configured to receive mail. - **Disposable / temporary providers** — flags throwaway inboxes (Mailinator, 10MinuteMail, and hundreds more). - **Role accounts** — detects addresses…
Email Address Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| POST |
validateEmail /v1/validate |
Runs a layered validation chain (syntax → domain/MX → disposable list → role/typo heuristics) and returns a structured verdict. The chain short-circuits early: a syntactically… |
Email Address Validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $50 / month | — |
|