Skip to main content
POST
Create and read a fraud and identity report.

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Headers

Idempotency-Key
string

Use this header when the body field is omitted.

Body

application/json
country
string
required
Example:

"CL"

doc_id
string
required
Example:

"76.123.456-0"

purpose
enum<string>
required
Available options:
fraud_prevention,
identity_verification,
onboarding,
other
subject_type
enum<string>
Available options:
person,
company
lang
enum<string>
default:en
Available options:
en,
es,
zh
idempotency_key
string

Response

Report ready or an idempotent replay.

Last modified on September 6, 2026