Disify
Validate and detect disposable and temporary email addresses
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Documentation / URL
- https://www.disify.com/
Overview
Disify checks whether an email address is valid and whether it’s a disposable domain — keyless and free (verified live). A clean choice for lightweight signup filtering.
Quick Start
Check an email (verified live):
curl "https://www.disify.com/api/email/test@gmail.com"
{
"format": true,
"domain": "gmail.com",
"disposable": false,
"dns": true,
"whitelist": true,
"confidence": 0,
"domain_infos": { "name": "Google", "mx": "gmail-smtp-in.l.google.com" }
}
Authentication
None — keyless.
Rate Limits & Notes
- Free; no documented hard limit — be polite.
- Fields:
format(syntax),dns(MX records),disposable(burner domain),whitelist(known good domains). - The bare
disify.comhost redirects towww.disify.com(301, verified) — use the www host. - JSON only — no auth, no token.
FAQ
Is Disify free? Yes — free and keyless.
What does it detect? Format validity, MX/DNS existence, disposable domains, and whitelisted domains.
Why use www.disify.com? The bare domain 301s to the www host (verified).
More in Email
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AGPC Domain Check Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report | No auth | Yes | Yes | ↗ |
| Atomic Mail Email for AI agents: programmatic inbox creation and send/receive over JMAP | API Key | Yes | Unknown | ↗ |
| Cloudmersive Validate Validate email addresses, phone numbers, VAT numbers and domain names | API Key | Yes | Yes | ↗ |
| DropMail GraphQL API for creating and managing ephemeral e-mail inboxes | No auth | Yes | Unknown | ↗ |
| Email Validation Validate email addresses for deliverability and spam | API Key | Yes | Yes | ↗ |