Public API
Query any verified identity programmatically. Free tier: 1,000 req/day.
GET https://api.verifiedhub.ai/v1/verify?wallet=rBphRh2…
GET https://api.verifiedhub.ai/v1/verify?domain=datacert.ai
GET https://api.verifiedhub.ai/v1/verify?username=@michelle11
// Response
{
"verified": true,
"username_claim": true,
"domain_anchored": true,
"trust_score": 94,
"xrpl_tx": "083C729F…78D45",
"toml_url": "https://datacert.ai/.well-known/xrp-ledger.toml"
}