Call
- Method
POST- URL
https://api.x402dataapi.com/v1/agent-accessibility- Price
- 0.001 USDC
- Network
- eip155:8453
- TTL
- 900s
- Timeout
- 20000ms
Paid x402 API for AI agents that checks robots.txt, sitemap availability, llms.txt discovery, AI crawler readiness, agent accessibility and AI scraping compatibility for a public URL.
POSThttps://api.x402dataapi.com/v1/agent-accessibilityThis endpoint returns structured JSON suitable for autonomous agents, scanners and workflow tools.
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Public http or https URL to inspect"
}
},
"required": [
"url"
]
}{
"url": "https://example.com"
}{
"url": "https://example.com",
"robots": {},
"sitemap": {},
"ai_ready": true
}curl -X POST https://api.x402dataapi.com/v1/agent-accessibility \
-H "Content-Type: application/json" \
-d '{"url":"https://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/agent-accessibility \
-H "Content-Type: application/json" \
-H "PAYMENT-SIGNATURE: <x402-payment-payload>" \
-d '{"url":"https://example.com"}'