Email Validator API
Email Validator API What it does Validate any email address in real time using a 3-step verification process: syntax check, MX record lookup, and SMTP handshake. No email is sent — we check if the mailbox actually exists. How It Works 1. Syntax Check — RFC-compliant regex validation 2. MX Lookup — DNS query to verify the domain accepts email 3. SMTP Handshake — Connect to the mail server and…
Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Validate email /validate |
Full email validation — syntax, MX records, SMTP handshake |
Email Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / second |
|
| PRO | $19.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $99.99 / month | — |
|