Email Validation
## Email Validation API Validate email addresses instantly with a single GET request. ### What it checks: - **Format** — RFC 5322 compliance - **MX Records** — confirms the domain actually receives email - **Disposable domains** — flags throwaway addresses like mailinator.com - **Typos** — detects and suggests corrections for common mistakes like gmial.com → gmail.com ### Response includes: -…
Email Validation endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Validate Email /validate |
Validates a single email address and returns format check, MX record verification, disposable domain detection, typo suggestions, and a quality score. |
Email Validation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|