Email Validator API
The Email Validator API provides professional email validation with multiple layers of checks: - ✅ Format validation using strict regex - ✅ Domain format and DNS existence check - ✅ MX records verification - ✅ Disposable email detection (72,000+ domains) - ✅ Role-based email detection (admin@, info@, etc.) - ✅ Catch-all domain detection (heuristic-based) - ✅ Risk scoring (0-100, lower is better)…
Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
validate_email_api_validate_email_post /api/validate-email |
Validate email address with format, domain, MX records, disposable detection, and risk scoring. Features vary by plan. |
| GET |
root__get / |
Get API service information and available endpoints |
| GET |
ping_ping_get /ping |
Simple health check endpoint - returns pong |
| GET |
health_check_api_v1_health_get /api/v1/health |
Check API health status for monitoring |