DevelopersAPI Reference
API Reference
Full endpoint listing — base URL and all available paths.
The full interactive API reference is available in the Developer Console under Build → API Reference. Base URL for all calls:
BASE URL
https://api.trustverify.co.uk/api/v1| Method | Path | Description |
|---|---|---|
| POST | /kyc/verify | Individual identity check |
| POST | /kyb/verify | Business entity check |
| POST | /aml/screen | Standalone AML screening |
| POST | /kya/verify | AI agent governance check (KYA) |
| GET | /checks/{checkId} | Retrieve check result |
| GET | /reports/{type}/{checkId} | Download PDF report |
| POST | /reports/rpt-016 | Generate regulatory evidence bundle |
| GET | /bundles/{bundleId} | Download signed ZIP bundle |
| POST | /workflows/run | Run a named workflow |
| GET | /webhooks | List configured webhooks |
| POST | /webhooks | Register a webhook endpoint |
| POST | /escrow/initiate | Start an escrow transaction |
All endpoints require a Bearer token in the Authorization header. Use test keys (tv_test_sk_…) during development — they return synthetic data and never bill your account.