Docs

Domain Intelligence API

Paid x402 API for AI agents that returns domain intelligence, DNS lookup data, domain risk signals, security posture, WHOIS-like technical data, mail security, TLS, HTTP headers, fingerprinting and AI agent domain analysis for a public domain.

Request

Method
POST
URL
https://api.x402dataapi.com/v1/domain-intel
Price
0.002 USDC

Tags

x402ai-agentsdomain-intelligencecybersecuritydns

Input Schema

{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Public domain name to inspect"
    }
  },
  "required": [
    "domain"
  ]
}

Input Example

{
  "domain": "example.com"
}

Response Example

{
  "domain": "example.com",
  "dns": {},
  "mail_security": {},
  "tls": {},
  "http": {},
  "fingerprint": {},
  "risk_score": 0,
  "summary": []
}

Errors

PAYMENT_REQUIREDNo valid x402 payment signature was provided.
INVALID_PAYMENTThe signature was malformed, expired, replayed or does not match the endpoint price/resource.
VALIDATION_ERRORThe JSON input does not match the documented schema.
SSRF_PRIVATE_HOSTThe target resolves to a private or blocked address.

curl without payment

curl -X POST https://api.x402dataapi.com/v1/domain-intel \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com"}'

curl with PAYMENT-SIGNATURE

curl -X POST https://api.x402dataapi.com/v1/domain-intel \
  -H "Content-Type: application/json" \
  -H "PAYMENT-SIGNATURE: <x402-payment-payload>" \
  -d '{"domain":"example.com"}'

Intent

x402 domain intelligence API, AI agent domain data API, domain security posture API, domain risk API, DNS lookup paid API

x402ai-agentsdomain-intelligencecybersecuritydnsdomain-risksecurity-posturemail-securitytlshttp-headersfingerprinting

x402 agent flow

  1. Read /llms.txt.
  2. Fetch /openapi.json or /.well-known/x402-catalog.json.
  3. Inspect schema, price and network.
  4. Pay with x402 and retry with PAYMENT-SIGNATURE.

Agent use case

DNS, TLS, mail security, HTTP security and fingerprint data for a public domain.

Discovery keywords

x402 domain intelligence API, AI agent domain data API, domain security posture API, domain risk API, DNS lookup paid API