Email Validation
## Email Validation API Validate email addresses in real time with 6 comprehensive checks in a single API call — syntax validation, domain verification, disposable email detection, role-based address detection, free provider identification, and typo correction with suggestions. ## Key Features - **Syntax validation** — RFC 5322 compliant email address parsing - **Domain verification** — Confirms…
Email Validation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| GET |
validateEmail /validate |
Performs comprehensive validation including syntax check, MX record verification, disposable domain detection, role-based detection, free provider identification, and typo… |
| POST |
validateEmailBatch /validate-batch |
Validates up to 100 email addresses in a single request. Results are returned in the same order as input. DNS lookups are deduplicated by domain for efficiency. |
| GET |
getDomainInfo /domain |
Returns MX records, email provider identification, and disposable domain status for a given domain. |
| Health | ||
| GET |
getHealth /health |
Returns service health status. No authentication required. Status is "degraded" if DNS failure rate exceeds 5% or disposable domain list is not loaded. |
Email Validation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $49.99 / month | — |
|