Identity Checks
Upload Identity Document
Uploads a verification document for a specific identity check.
POST
Upload Identity Document
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Numeric identifier of the identity check request.
Request Body
Multipart form data with the document file.Response
Returns a200 OK on successful upload.
Examples
Upload a document
TypeScript Integration
Upload Identity Document