Email Verification
Fast email verification API that checks if an email address is real and deliverable. What it checks: - Format validation (RFC 5322) - DNS MX record lookup with full record list - Disposable/temporary email detection (150+ providers: mailinator, guerrillamail, yopmail, etc.) Common use cases: - Clean mailing lists before sending campaigns - Block fake signups on registration forms - Filter…
Email Verification endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
verifyEmail / |
Validates email format, checks DNS MX records, and detects disposable email providers. Returns a detailed verification result. |
| POST |
verifyEmailPost / |
Same as GET but accepts email in request body. |
Email Verification pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $10 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 300 / minute |
|
| MEGA | $79.99 / month | 1000 / minute |
|