Two integration paths. Enterprise mTLS for institutions processing millions. Standard API for teams scaling compliance.
POST /v1/resolve Content-Type: application/json { "tx_hash": "0x8a3f...2c9d", "callback_url": "https://your-system.com/webhook" } Response: { "resolution_id": "res_7f3b2c9d", "disposition": "sar_required", "resolution_time_ms": 32400, "evidence_url": "https://api.useveris.finance/v1/evidence/res_7f3b2c9d", "sar_xml_url": "https://api.useveris.finance/v1/sar/res_7f3b2c9d.xml" }
Register and receive your API credentials. Enterprise: mTLS certificate exchange. Standard: API key generation.
POST a transaction hash to /v1/resolve. The pipeline runs Triage, Investigation, and SAR Generation.
Webhook delivers the disposition, evidence package, and SAR filing to your callback URL.