Email Verification API
Verify email addresses in real-time with comprehensive validation. Checks performed: - Syntax validation (RFC 5322) - MX record lookup (DNS verification) - Disposable email detection (100+ providers blocked) - Domain extraction and analysis Features: - Single email verification - Batch verification (up to 100 emails) - Returns MX records for valid domains - Identifies disposable/temporary email…
Email Verification API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
verifySingle /verify |
Verify a single email address with syntax, MX, and disposable checks. |
| POST |
verifyBatch /verify/batch |
Verify multiple email addresses in a single request (up to 100). |