Email Verification API
## Email Verification API with AI Pattern Detection Most email verification tools report 50-70% accuracy. This API achieves 99% accuracy through 4-layer validation: 1. **Syntax validation** (RFC 5322 compliant) 2. **DNS/MX records** check 3. **SMTP handshake** (without sending) 4. **AI pattern detection** — catches disposable, role-based, and fake email patterns ### Key Features - 99% accuracy…
Email Verification API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Verify Email /api/verify |
Verifies an email address through 4-layer validation: syntax (RFC 5322), DNS/MX records, SMTP handshake, and AI pattern detection. Returns detailed verification results with… |
Email Verification API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|