Qonoro Company Domain Resolver
POST api.qonoro.ai/v1/domain-resolver/resolve
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
Resolves a company name to its official domain. Returns primary domain, confidence score, and alternative candidates. Deterministic, sub-second. x402-native.
Resource: api.qonoro.ai/v1/domain-resolver/resolve
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"company_name": "Stripe"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"hint_domain": {
"type": "string",
"description": "Optional known domain (e.g. 'stripe.com'). Returns immediately with high confidence."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"company_name": {
"type": "string",
"description": "Company name to resolve to a domain (e.g. 'Stripe', 'HubSpot')."
},
"hint_website": {
"type": "string",
"description": "Optional known website URL hint. Skips search if domain can be extracted directly."
}
}
}
},
"output": {
"type": "json",
"example": {
"domain": "stripe.com",
"sources": [
"https://stripe.com"
],
"cache_hit": false,
"request_id": "example-request-id",
"alternatives": [],
"company_name": "Stripe",
"data_quality": "high",
"confidence_score": 0.95,
"quality_warnings": [],
"response_time_ms": 450
}
},
"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.