Put sanctions screening inside the workflow that needs it
Use the API for sanctions, PEP and criminal-watchlist screening in onboarding, payments, procurement, or monitoring. Full Search can add adverse-media context; cases that require ownership or relationship research continue into the platform's deeper KYB and UBO workflow.
§01The request
p. 01 / 09One POST call. That's your entire integration.
Entity name, country, screening profile. Send it. The AI agent takes it from there — no orchestration logic on your end.
nameEntity name, alias-awarecountryISO 3166-1 alpha-2 country codeprofile"sanctions_check" or "full_search"§02The response
p. 02 / 09Structured JSON. Every risk vector.
Sanctions status, PEP matches, adverse media hits, UBO flags, and risk tier — all in one response, ready for your decision engine.
"sanctions"Direct list match status + count"pep"PEP match + relationship detail"adverse_media"Hit count, languages, severity"ubo"Layers traced + flagged indicator"risk_tier"Normalized risk classification§03API reference
p. 03 / 09Three endpoints cover all screening workflows.
/v1/screenSubmit an entity for sanctions, PEP, adverse media, and UBO screening.
Request
Response
200 OK§04Integration patterns
p. 04 / 09The API sits between data entry and decision — wherever you need a risk signal.
§05Build in-house vs. integrate ScreenVeritAI
p. 05 / 09- Build in-house
- 6-12 months to source lists, build matching, handle edge cases
- ScreenVeritAI API
- Days to integrate — production-ready from first API call
- Build in-house
- Manual ingestion of each list format; ongoing schema maintenance
- ScreenVeritAI API
- Every major source, maintained and updated continuously
- Build in-house
- Custom fuzzy matching requires NLP expertise and constant tuning
- ScreenVeritAI API
- AI with fuzzy matching, transliteration, alias resolution, phonetic algorithms
- Build in-house
- Separate vendors, separate integrations, separate budgets
- ScreenVeritAI API
- PEP, adverse media, and UBO data in the same API response
- Build in-house
- Dedicated team for list updates, schema changes, false-positive tuning
- ScreenVeritAI API
- Fully managed — updates, improvements, and infrastructure handled for you
- Build in-house
- Build your own logging, evidence, and retention infrastructure
- ScreenVeritAI API
- Timestamped evidence bundles with source references included
§06Four steps to embedded compliance
p. 06 / 09Get your API key
Create a scoped key from your dashboard with least-privilege permissions: search:read, search:write, batch:read, batch:write.
Integrate the endpoint
One POST call to your onboarding, payment, or CRM workflow — send entity name, type, and country, get a job ID back.
Process results
Poll the results endpoint or receive a webhook callback with structured JSON — company context, ownership, PEP, adverse media, sanctions signals, and risk scores.
Monitor and alert
Configure ongoing monitoring — the API sends alerts when sanctions lists update or new adverse media surfaces.
§07Get started in minutes
p. 07 / 09A single API call returns a complete screening result.
curl -X POST https://api.screenveritai.com/v1/screen \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"name": "Acme Trading LLC", "country": "AE"}'curl https://api.screenveritai.com/v1/results/RESULT_ID \ -H 'Authorization: Bearer YOUR_API_KEY'
§08API performance
p. 08 / 09All
Major sources screened per API call
<2 min
Average response time for a full screening with deep research
99.9%
API uptime SLA for production integrations
§09API integration FAQ
p. 09 / 0901How do I authenticate API requests?
02Is the API synchronous or asynchronous?
03What response format does the API return?
04What rate limits apply?
05Can I screen entities in batch via the API?
06How do I set up ongoing monitoring via the API?
07What compliance data is included in each screening result?
08How long does a screening take?
- 01FATF Guidance on Digital Identity and Customer Due Diligence
Financial Action Task Force
- 02Regulatory Technology for AML/CFT Compliance
Bank for International Settlements — FSI Insights
- 03OFAC Compliance Commitments Framework
U.S. Department of the Treasury
- 04EU Anti-Money Laundering Authority (AMLA) Regulation
Official Journal of the European Union
Sanctions Screening
Screen entities across every major source with fuzzy matching and enforcement-grade evidence.
Customer Screening & Due Diligence
Map ownership, PEP exposure, adverse media, and sanctions signals for full counterparty risk profiles.
Batch Screening
Upload CSV or XLSX files and verify hundreds of customers, suppliers, or vendors in one job.
Sanctions List Coverage
See every sanctions list, PEP database, and jurisdiction ScreenVeritAI covers.
End of API specification.