Call
- Method
POST- URL
https://api.x402dataapi.com/v1/full-domain-report- Price
- 0.0001 USDC
- Network
- eip155:8453
- TTL
- 3600s
- Timeout
- 45000ms
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.
POSThttps://api.x402dataapi.com/v1/full-domain-reportThis endpoint returns structured JSON suitable for autonomous agents, scanners and workflow tools.
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Public domain name to inspect"
}
},
"required": [
"domain"
]
}{
"domain": "example.com"
}{
"domain": "example.com",
"dns": {},
"tls": {},
"http": {},
"mail_security": {},
"agent_accessibility": {}
}curl -X POST https://api.x402dataapi.com/v1/full-domain-report \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}'Paid endpoints return HTTP 402 with payment requirements when called without a valid x402 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"}'