First API Call
This page gets you from zero to a working API call in under 2 minutes. You need your staging API key and project hash.Prerequisites: You need a staging API key and a project hash before proceeding. See Authentication for how to obtain these credentials.
Screen an entity
AML screening is the simplest call. It takes a name, runs it against PEP/sanctions/adverse media databases, and returns structured match results synchronously.
Check the response
A clean screening result looks like this:All status fields show
"No Hit" and the matches array is empty. The entity does not appear in any screening database.If there are matches, each entry in the matches array includes a matchScore (0-100), primaryName, category, and provider-specific detail fields.Try a Company Verification
Submit a company for verification. This runs registry checks and screening in a single call.The response includes company verification data, screening results, risk assessment, and a checks summary. See the Company Verification Quickstart for the full response structure.
What’s next
Authentication
API key management and webhook signatures
Company Verification Quickstart
Full company verification walkthrough
Person Verification Quickstart
Individual identity verification with document capture
Screening Quickstart
Standalone PEP/sanctions screening