Qonoro URL Health Check
POST api.qonoro.ai/v1/url/health
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Check URL health: HTTP status code, redirect chain, SSL certificate validity and expiry date, content type, and response time. HTTP and SSL inspection. Sub-second. x402-native.
Resource: api.qonoro.ai/v1/url/health
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"url": "https://stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to check (e.g. 'https://stripe.com' or 'stripe.com')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
}
},
"output": {
"type": "json",
"example": {
"error": "",
"cache_hit": false,
"final_url": "https://stripe.com",
"reachable": true,
"ssl_valid": true,
"url_input": "https://stripe.com",
"request_id": "example-request-id",
"ssl_issuer": "DigiCert Inc",
"status_code": 200,
"content_type": "text/html",
"redirect_chain": [],
"redirect_count": 0,
"ssl_expiry_date": "2026-03-15",
"response_time_ms": 312,
"ssl_days_remaining": 260
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.