Email Validator
Email Validator API The smart way to clean email lists, prevent fake signups, and improve email deliverability. Validate any email address using syntax checks, DNS and MX verification, disposable email detection, role-based filtering, and bulk validation — all through one fast and reliable API. Validation Features Syntax Validation RFC 5322 compliant email format validation with typo detection…
Email Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Validate Email /validate |
Validate a single email address for format, DNS, and deliverability. |
| GET |
Bulk Validate /bulk |
Validate multiple email addresses in a single request. |
| GET |
Check Domain /domain |
Check DNS records and MX configuration for a given email domain. |
| GET |
Check Disposable /disposable |
Detect if an email address belongs to a disposable or temporary email service. |
| GET |
Normalize Email /normalize |
Normalize and clean an email address to a canonical format. |
| GET |
Generate Email /generate |
Generate common email address patterns from a persons name and company domain. |