Skip to main content

Analyze Email

POST 

/email/analyze

The Analyze Email endpoint validates an email address and returns its deliverability status, provider details, and potential corrections. This endpoint is ideal for ensuring accurate email data before usage.

Features:

  • Syntax intelligence: Validates RFC compliance, normalizes casing, and suggests corrections for typo-prone domains.
  • Provider & classification: Identifies the provider slug, detects private/free/disposable usage, and flags role or no-reply inboxes.
  • Live deliverability checks: Performs DNS reachability, SMTP handshakes, catch-all detection, and mailbox-full assessments in real time.
  • AI risk reporting: Returns a normalized 200–1000 score with the top weighted reason codes and guardrails for high-risk findings.
  • Domain enrichment & DNS snapshot: Surfaces registrar, age, security posture, and priority-ordered MX records when enrichment is enabled.

Example Request Body:

{
"email": "my-email@company.com",
"enableAI": true,
"enableAutoCorrection": true,
"enableDomainEnrichment": true
}

Authentication & Security

  • API Key: Access to the API requires an API key, which must be included in the request headers. Businesses can generate unlimited API keys directly from their account, offering flexibility and ease of use.
  • ACL Rules: Enhance security with Access Control Lists (ACL), allowing you to restrict API access from specific IP addresses or ranges. This feature provides an additional layer of protection by ensuring only authorized IPs can interact with the API.
  • No Query Parameters: As a precautionary measure, our API avoids the use of query parameters for all operations, including authentication and handling Personally Identifiable Information (PII). This approach minimizes security risks by preventing sensitive data from being exposed in access logs, browser history, cached URLs, debugging tools, or inadvertently shared URLs. All sensitive information is securely transmitted through headers or the request body.

Request

Responses

Email validation successful.