How it fits into your platform
- Your end-users submit supporting documents through your platform.
- Your integration sends a document URL to the API in your cloud environment. The API checks the document and returns a fraud score with detailed reasoning and supporting findings.
- Your team builds the display and review workflow in your platform, using the API results to route high-risk documents to human reviewers.
How verification works
The API downloads the document and runs checks over its signatures, metadata, identifiers, and pixels. An analysis agent evaluates the document and check results to produce a fraud score from 0 to 100 with detailed reasoning. Some checks can determine a verification result directly; in those cases, the API returns anauthoritative finding in place of a score.
Typical turnaround is 60–120 seconds, and we are continually improving
processing time. Detection runs in the background: creating one returns an ID
immediately, and your integration polls for the result and displays it when
ready.
Where to go next
Quickstart
Token, submit, poll, read the score — the whole flow in one page.