Kiprio Email Validate
Free email validation: MX check, disposable detection, syntax
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Documentation / URL
- https://kiprio.com/v1/email-validate
Overview
Kiprio’s Email Validate checks email addresses — syntax, disposable, and MX records. Auth is an API key.
Note (verified 2026-08): the endpoint 301-redirects to the trailing-slash version (
/v1/email-validate/) — follow redirects (curl -L) for clean responses.
Quick Start
Validate (replace YOUR_KEY):
curl -L "https://kiprio.com/v1/[email protected]&apiKey=YOUR_KEY"
{
"email": "[email protected]",
"valid": true,
"disposable": false,
"mx": "aspmx.l.google.com"
}
Authentication
- Register at kiprio.com → API key.
- Send it as the
apiKeyquery parameter.
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Follow the 301 to the canonical URL (verified).
FAQ
Is Kiprio free? Free tier with limits; more is paid.
Why 301?
The endpoint canonicalizes to a trailing slash (verified) — use curl -L.
What does it check? Syntax, disposable domains, and MX records.
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 | ↗ |
| Disify Validate and detect disposable and temporary email addresses | No auth | Yes | Yes | ↗ |
| DropMail GraphQL API for creating and managing ephemeral e-mail inboxes | No auth | Yes | Unknown | ↗ |