{
  "ok": true,
  "service": "Email Validate API",
  "serviceName": "Email Validate API",
  "name": "Email Validate API",
  "endpoint": "https://tools.ipintel.ai/email-validate",
  "method": "POST",
  "x402": true,
  "price": "$0.009",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "email": "test@gmial.com"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "email": {
          "type": "string",
          "description": "Email address to validate."
        }
      },
      "required": [
        "email"
      ]
    }
  },
  "description": "Email validation for syntax, DNS/MX, disposable domain, role-based address, free provider and provider-typo checks. Returns normalized email, deliverability verdict, risk score, typo suggestion and structured validation flags for agents processing leads, signups and contact data.",
  "tags": [
    "email-validation",
    "deliverability",
    "lead-verification",
    "contact-data",
    "risk-scoring"
  ]
}