Email Validation API
📧 Email Validation API A fast and reliable API to verify email addresses in real-time. Designed for developers, startups, and businesses that want to improve user data quality, reduce fake signups, and boost deliverability. 🚀 Features ✅ Syntax Check – ensures email format follows RFC rules ✅ MX Record Lookup – confirms the domain can actually receive mail ✅ Disposable Email Detection – block…
Email Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/bulk/validate /bulk/validate |
Validate multiple emails in one request. |
| POST |
/validate /validate |
Validate one email with JSON body. |
| GET |
/validate /validate |
Validate one email address with optional SMTP deliverability check. |
| GET |
/health /health |
Returns API status and version. |