One API call to screen any entity, individual, or transaction against the world's major sanctions and denied-party lists. Pay only for what you use.
# Python — 30-second integration import veridex client = veridex.Client( api_key="vdx_your_test_key" ) result = client.screen( name="Viktor Ivanov", entity_type="individual", country="RU", dob="1971-03-14", lists=["OFAC_SDN", "UN"] )
{
"status": "HIT",
"score": 96.4,
"matches": [
{
"list": "OFAC_SDN",
"uid": "SDN-18874",
"name": "IVANOV, Viktor",
"score": 96.4,
"dob": "1971-03-14",
"reason":"E.O. 14024 (Russia)"
}
],
"screened_at": "2026-03-29T14:22:01Z",
"lists_checked": 3,
"call_id": "call_9fKx2q..."
}
Our screening engine runs against pre-indexed, fuzzy-matched lists. Median latency is 47ms globally, so you never block a user flow.
Name variants, Cyrillic, Arabic, and Chinese transliterations are handled automatically. Catch what exact-string matchers miss.
OFAC SDN, UN Consolidated, EU Consolidated, OFSI (UK), HMT Asset Freeze, and more. All in one call.
Every match returns a 0–100 confidence score. Set your own threshold so your team focuses on real risk, not false positives.
Screen people, companies, vessels, and aircraft. Pass additional context like DOB, country, ID numbers to sharpen accuracy.
Every API call generates timestamped records for internal review workflows. Export options are available from the dashboard.
Configured list sources refresh on scheduled jobs, with current source health visible through status and freshness pages.
Pay per API call. No seat licenses. No surprise overages. See your usage in real time in the dashboard.
Create an account, grab your API key. First 1,000 calls are free, no credit card required.
Use our Python, Node, or Go SDK — or hit the REST API from any language. One request, one response.
Check the status field: CLEAR, HIT, or REVIEW. Use the confidence score to tune false-positive rates.
Every call is logged. Export audit trails for your compliance officer. Connect Stripe for usage billing.
1,000 free API calls. No credit card. No compliance theater — just accurate results fast.