Email Verification API
## Email Verification API Verify any email address in real-time with a detailed confidence score (0-100). ### What it checks: - ✅ Syntax validation - ✅ Domain & MX record verification - ✅ Disposable email detection (5,400+ blocked domains) - ✅ Role address detection (admin@, info@, support@) - ✅ Free provider detection (Gmail, Yahoo, Outlook) - ✅ Catch-all domain detection - ✅ SMTP mailbox…
Email Verification API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Verify Single Email /verify |
Verify a single email address in real-time. Returns verdict (valid/risky/invalid), confidence score 0-100, and detailed checks including syntax, MX records, disposable detection… |
| POST |
Bulk Verify Emails /verify/bulk |
Verify up to 500 email addresses in one request. Send a JSON array of emails, get back an array of results with verdict, score and all checks for each. |
| POST |
Bulk Verify CSV /verify/csv |
Upload a CSV file with an email column. Get it back with verification columns appended. Supports up to 5,000 rows. Perfect for cleaning email lists. |
Email Verification API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | 60 / minute |
|