Docs

Full Domain Report API

Paid x402 API for AI agents that returns a complete domain security report with DNS, TLS, mail security, HTTP headers, AI accessibility, website risk score and consolidated remediation issues for a public domain.

Request

Method
POST
URL
https://api.x402dataapi.com/v1/full-domain-report
Price
0.005 USDC

Tags

x402ai-agentsfull-domain-reportdomain-security-reportdns

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": {},
  "tls": {},
  "http": {},
  "mail_security": {},
  "agent_accessibility": {}
}

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/full-domain-report \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com"}'

curl with PAYMENT-SIGNATURE

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

Intent

domain security report API, complete domain security report API, pay per request API for agents, Base USDC x402 API

x402ai-agentsfull-domain-reportdomain-security-reportdnstlsmail-securityhttp-headersai-accessibilitywebsite-risk-score

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

Combined DNS, TLS, mail, HTTP and agent accessibility report for a public domain.

Discovery keywords

domain security report API, complete domain security report API, pay per request API for agents, Base USDC x402 API