Platform · Verification
Resolve a business, map its real owners, validate its documents, and screen every party against global watchlists, and get back one clean, auditable decision instead of a pile of raw data.
One record
Every check rolls up into a single verification object: a clear decision, a calibrated risk score, and the evidence behind both. Approve in code, or send it to a reviewer with everything already attached.
Delaware, US · EIN 47-•••2231
Every check, one integration
Combine the checks you need per use case. Run them all on every business, or compose a lighter flow for low-risk segments.
Match legal name, status, formation date, and ID numbers against 200+ official registries across 130 countries.
Resolve the ownership tree to your threshold and verify each individual UBO behind the entity.
Real-time screening against OFAC, EU, UN, HMT, and 1,000+ PEP and global watchlists.
Validate formation docs, EIN letters, and proof of address with automated authenticity and tamper detection.
Scan global news and enforcement sources for litigation, bankruptcy, and reputational red flags.
A single calibrated score per business, tuned to your policy, so decisioning stays consistent across reviewers.
Developer-first
Call /v1/verifications with the checks you want and poll or subscribe to a webhook for the result. Sandbox keys, typed SDKs, and synthetic fixtures included.
curl https://api.clearbound.xyz/v1/verifications \ -H "Authorization: Bearer $KEY" \ -d '{ "legal_name": "Northwind Ventures LLC", "registration_number": "DE-7421199", "country": "US", "checks": ["registry","ubo","sanctions","documents"] }' # → verification.completed { "decision": "approve", "risk_score": 14, "registry": "match", "ubo": { "mapped": 3, "verified": 3 }, "sanctions": "clear" }
50 free verifications, full API access, no card required.