v1

latestOpenAPI 3.1.0Proprietary2026-07-135410.8 KB
Email

Validate email (POST)

Same as GET but accepts email in request body. Also supports bulk validation by passing the bulk parameter.

post/email

Response

Validation result (single or bulk)

OR

Example response

{
  "domain": "mailinator.com",
  "typo_suggestion": "gmail.com"
}