Skip to main content
POST
Upload Identity Document

Upload Identity Document

Uploads a document (e.g. passport scan, driver’s licence) for a specific identity check request. The file is submitted as a multipart form upload.

Authentication

Requires a valid customer bearer token.

Path Parameters

id
number
required
Numeric identifier of the identity check request.

Request Body

Multipart form data with the document file.

Response

Returns a 200 OK on successful upload.

Examples

Upload a document

TypeScript Integration