Email Validation
Email Validation API provides fast, accurate email address validation built on a fully reactive, non-blocking architecture. Every request is handled asynchronously from ingestion to DNS resolution, delivering consistent low-latency responses even under heavy concurrent load. Every validation performs three checks: Syntax validation confirms the email follows RFC 5322 standards, catching typos…
Email Validation endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate Email /v1/email/validate |
Validate a single email address |
| POST |
Validate Emails (Bulk) /v1/email/validate/bulk |
Validate up to 100 emails in one request |
| POST |
Validate Emails (Stream) /v1/email/validate/stream |
Stream validation for large lists (NDJSON) |
Email Validation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | Free | 60 / minute |
|
| ULTRA | Free | 200 / minute |
|
| MEGA | Free | 500 / minute |
|