Email Validation
Email Validation API provides comprehensive email verification with multiple validation checks including syntax validation, DNS/MX record verification, SMTP verification, disposable email detection, and more. ### Key Features: • **Syntax Validation** - Verify email format according to RFC standards • **DNS/MX Verification** - Check if the domain has valid mail servers • **SMTP Verification** -…
Email Validation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| POST |
validateBulk /validate/bulk |
Validate multiple email addresses in a single request. Maximum 50 emails per request for PRO plan, 500 for ULTRA and above. |
| GET |
validateEmailGet /validate |
Validate a single email address with various checks including syntax, DNS, SMTP, and disposable detection. |
| POST |
validateEmailPost /validate |
Validate a single email with advanced options via POST request. |
| Utility | ||
| GET |
rapidapiPlans /rapidapi/plans |
Get details about available subscription plans and their features. |
| GET |
healthCheck /health |
Check API health status and version. |
| GET |
rapidapiStatus /rapidapi/status |
Verify your RapidAPI connection and view your current subscription tier. |
Email Validation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $29 / month | 60 / minute |
|
| ULTRA | $99 / month | 200 / minute |
|
| MEGA | $299 / month | 500 / minute |
|