What you can do
- Register users and request humanness checks.
- Retrieve humanness scores, unique human IDs, and other verification signals.
- Receive webhook events when verification completes, is revoked, or cannot be fulfilled.
How it works
- You register a user and specify what data you need (e.g. humanness score, unique human ID, phone verification).
- The API returns an
invite_urlthat you present to the user. - The user completes the verification flow on their mobile device.
- You poll for status or listen for a webhook to know when verification is done.
- You retrieve and decrypt the verification response to get the results.
Quick start at a glance
- Create a service account and API key.
- Register a user with a data request type.
- Present the invite URL to the user.
- Check connection status or listen for webhooks.
- Decrypt the response to read verification results.
quickstart for the step-by-step flow.