{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-tanantor-com-v1-x402-email-hygiene-check",
  "title": "Tanantor \u00b7 Email Hygiene Validation",
  "url": "https://api.tanantor.com/v1/x402/email.hygiene.check",
  "category": "tools",
  "summary": "Validate email addresses for syntax correctness, domain deliverability, and disposable or role-based risk classification.",
  "seo": {
    "title": "Email Validation API | Syntax, MX, Disposable Detection",
    "description": "Validate email addresses for deliverability: syntax/IDNA check, MX record verification, disposable and role-based detection. Returns risk score. $0.0015 USDC per call."
  },
  "use_cases": [
    "Clean email lists before marketing campaigns",
    "Block disposable emails at signup",
    "Verify MX records for deliverability prediction",
    "Flag role-based addresses for segmentation"
  ],
  "ideal_buyer": "SaaS onboarding flows, email marketing platforms, and identity verification systems that need low-friction email validation.",
  "example_prompt": "Validate this email: test@tempmail.com and tell me if it's disposable and what the deliverability risk score is",
  "example_request_body": {
    "email": "user@example.com"
  },
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.075,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xba120d70ac92d74370a2aeb0b51cb90ec4648a6c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1500",
      "max_timeout_seconds": 60,
      "description": "Validate an email: syntax/IDNA, MX, disposable/role; returns risk_score",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "body_type": "json",
          "body_fields": {
            "type": "object",
            "title": "EmailRequest",
            "required": [
              "email"
            ],
            "properties": {
              "email": {
                "type": "string",
                "title": "Email",
                "description": "Email address to validate"
              }
            }
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "title": "EmailResult",
          "required": [
            "normalized",
            "deliverable_domain",
            "flags",
            "risk_score",
            "reasons"
          ],
          "properties": {
            "flags": {
              "type": "object",
              "title": "Flags",
              "additionalProperties": true
            },
            "reasons": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "title": "Reasons"
            },
            "normalized": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "title": "Normalized"
            },
            "risk_score": {
              "type": "integer",
              "title": "Risk Score"
            },
            "deliverable_domain": {
              "type": "boolean",
              "title": "Deliverable Domain"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-5d5c5c719b5c",
  "origin": {
    "slug": "api-tanantor-com",
    "host": "api.tanantor.com",
    "title": "Tanantor API",
    "description": "API origin at api.tanantor.com. Currently returning a 503 error indicating the service is temporarily unavailable.",
    "url": "https://api.tanantor.com"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-tanantor-com-v1-x402-email-hygiene-check",
    "url": "https://x402all.com/resource/api-tanantor-com-v1-x402-email-hygiene-check",
    "name": "Tanantor \u00b7 Email Hygiene Validation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-tanantor-com-v1-x402-email-hygiene-check",
      "@type": "Offer",
      "price": "0.0015",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001500",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.tanantor.com/v1/x402/email.hygiene.check",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-tanantor-com",
      "url": "https://api.tanantor.com",
      "name": "Tanantor API",
      "@type": "Organization"
    },
    "identifier": "api-tanantor-com-v1-x402-email-hygiene-check",
    "description": "Validate email addresses for deliverability: syntax/IDNA check, MX record verification, disposable and role-based detection. Returns risk score. $0.0015 USDC per call.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-tanantor-com-v1-x402-email-hygiene-check",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-tanantor-com-v1-x402-email-hygiene-check"
}
