DEVELOPERS · INDEX04 ENTRIES
DEVELOPERS
Developer Guides
Guides for building on the ScreenVeritAI API: authentication, screening requests, batch jobs, and retrieving machine-readable evidence.
- 01OFAC Screening API and SDN List API ReferenceScreen a name against OFAC's SDN list over REST: POST /api/v1/search with an X-API-Key header, poll the search id, then read the ofac_sanctions field.
- 02Batch Sanctions Screening API for CSV and XLSX UploadsUpload a CSV or XLSX to POST /api/v1/batch with an X-API-Key header, poll the job, then export results as CSV. Up to 100 rows and 2 MB per file.
- 03Criminal Watchlist Screening API for Interpol and FBIScreen names against Interpol Red Notices and FBI Most Wanted over REST. POST /api/v1/search with X-API-Key, poll, read the criminal_watchlists field.
- 04PEP Screening API for PEP and Sanctions ChecksOne REST call screens PEP records, sanctions lists and criminal watchlists together. POST /api/v1/search with X-API-Key, poll, then read the pep field.