5-minute quickstart

Get an API key and run your first sanctions screen.

Start with the default OFAC SDN and UN screening flow, then verify additional list availability through the dashboard or /v1/lists before production use.

Get API keyOpen API docs

1. Create an account

Sandbox accounts include the first 1,000 screening calls free and return a default API key immediately.

Go to https://veridex.solutions/signup
Copy your vdx_your_test_key API key from the dashboard.

2. Send a screen request

curl -X POST https://veridex.solutions/v1/screen \
  -H "Authorization: Bearer vdx_your_test_key" \
  -H "Content-Type: application/json" \
  -d '{"name":"Viktor Ivanov","entity_type":"individual","country":"RU","lists":["OFAC_SDN","UN"]}'

3. Use the decision fields

CLEAR

No match crossed the review threshold. Proceed under policy and retain the audit record.

REVIEW

A fuzzy match requires a human review before approval.

HIT

High-confidence match. Block or escalate before proceeding.

Veridex is not a law firm and does not provide legal advice. Screening results should be reviewed under your organization’s compliance policies.