Email-Validation-API
This API checks whether an email address is valid and ensures it is not from a known disposable email provider. It's perfect for use in: ✅ Form validation 🔐 User registration 🚫 Spam prevention 1. Checks if the Email Address is Valid 🧠 Syntax Check: Verifies that the email follows standard formatting rules. Example: ✅ [email protected] is valid ❌ user@@example or user.com is invalid 2. Checks for…
Email-Validation-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| validate | ||
| POST |
/validate /validate |
Validates an email and checks if it's from a disposable domain. |
Email-Validation-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|
| PRO | $30 / month | — |
|