Email Validator API
Stop Bad Emails at the Signup Form Email Validator API checks every address through four independent layers before it hits your database. If someone types @gamil.com instead of @gmail.com, we catch it and suggest the fix — a feature most validators skip entirely. Why Choose This Over Other Validators? 1. Typo Correction (Unique Differentiator) Most email validators just say "valid" or "invalid."…
Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| POST |
validateEmail /validate |
Runs all four validation layers against the email and returns a structured result with validity, confidence score, and details. **Three-state result:** - `true` — Email is valid… |
| Health | ||
| GET |
healthCheck / |
|
Email Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5000 / minute |
|
| PRO Recommended | $9.9 / month | 50000 / second |
|
| ULTRA | $29 / month | 200000 / second |
|