Email Validation API
Email Validation API — verify deliverability before you send. **What it does:** Runs three layers of validation — RFC 5322 syntax, a live MX record lookup to confirm the domain can receive mail, and a disposable/role-address database check (admin@, info@, plus 3,000+ throwaway domains) — and returns an overall verdict. **Endpoints:** - GET /api/v1/validate — full three-layer validation - POST…
Email Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validate | ||
| GET |
validateEmailGet /api/v1/validate |
Perform multi-layer validation: syntax check, MX record lookup, disposable domain detection, role-based detection, free provider classification, and typo suggestion. |
| POST |
validateEmailBatch /api/v1/validate |
Validate up to 100 email addresses in a single request. Returns per-email results and a summary. |
Email Validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $9.99 / month | — |
|