Disposable Email Detector
Disposable Email Detector is a lightweight API that identifies temporary and disposable email providers in real time. It helps developers prevent fake signups, spam accounts, and abuse by detecting throwaway email domains such as: - tempmail - guerrillamail - mailinator - 10minutemail The API also uses fuzzy matching (Levenshtein distance) to detect typo variants and typosquatting domains…
Disposable Email Detector endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate Email /v1/email/validate |
Validate an email address and detect whether it belongs to a disposable or temporary email provider. Includes fuzzy matching to catch variant and typosquatting domains. |
| GET |
Health Check /health |
Health check endpoint used to verify the API service is running. |
Disposable Email Detector pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA Recommended | $65 / month | — |
|
| MEGA | $149 / month | — |
|