verify_business
Verify a business/domain is real: RDAP registration, DNS, email posture (SPF/DMARC), HTTPS reachability. Returns signed attestation with evidence URLs. Free tier is unsigned and rate-limited; the paid HTTP endpoint POST /verify/business ($0.05 USDC via x402) returns a cryptographically signed attestation suitable for audit trails.
Parameters1
| domain | string | required | Domain to verify, e.g. example.com |
Raw schema
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain to verify, e.g. example.com"
}
},
"required": [
"domain"
]
}