Skip to main content
POST
KYC Score

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
extractionId
string
required

The ID of a completed extraction.

selfieBase64
string
required

Base64 encoded selfie image.

enableAml
boolean

Whether to perform an AML check.

Response

200 - application/json

KYC score calculated successfully

kycScore
number
riskLevel
enum<string>
Available options:
low,
medium,
high,
critical
recommendation
enum<string>
Available options:
APPROVE,
REVIEW,
REJECT
breakdown
object
verifiedAt
string<date-time>