Request
- Method
POST- URL
https://api.x402dataapi.com/v1/full-domain-report- Price
- 0.0001 USDC
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-report{
"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": {}
}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 -X POST https://api.x402dataapi.com/v1/full-domain-report \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}'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"}'domain security report API, complete domain security report API, pay per request API for agents, Base USDC x402 API
/llms.txt./openapi.json or /.well-known/x402-catalog.json.PAYMENT-SIGNATURE.Combined DNS, TLS, mail, HTTP and agent accessibility report for a public domain.
domain security report API, complete domain security report API, pay per request API for agents, Base USDC x402 API