Skip to main content
POST
Upload KYC docs

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

customer_id
string<uuid>
required

The customer (child org) ID. Must belong to the caller's organization or a direct child.

Body

application/json

Request body for uploading KYC document images. This endpoint is for document images only — identity fields (name, address, ID numbers, etc.) are submitted separately via Submit KYC.

documentType
enum<string>
required

The kind of image being uploaded: "document" for a government-issued ID, or "selfie" for a selfie/liveness photo.

Available options:
document,
selfie
images
object[]
required

The image(s) for this document. For a two-sided ID, upload the front and back as separate entries.

Response

KYC documents uploaded