{
  "ok": true,
  "service": "Domain Health Check API",
  "endpoint": "https://tools.ipintel.ai/domain-health",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "domain": "ipintel.ai"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "domain": {
          "type": "string",
          "description": "Domain name to analyze"
        }
      },
      "required": [
        "domain"
      ]
    }
  },
  "description": "Pay-per-call domain health API. Submit a domain and receive JSON with DNS status, A/AAAA records, MX records, nameservers, SPF, DMARC, configuration issues, and a simple health score.",
  "tags": [
    "domain-health",
    "dns-lookup",
    "spf",
    "dmarc",
    "email-security"
  ]
}