Know your customer
Get temporary document URLs for a verification session
Retrieves temporary signed URLs for front document, back document, and face liveness image for a verification session. URLs expire after the specified duration (default 1 hour).
x-api-key<token>
In: header
sessionIdstring
sessionTypestring
Value in
"STANDARD_INDIVIDUAL" | "ENHANCED_INDIVIDUAL"expiresInSeconds?number
Response Body
curl -X POST "https://api.notus.team/api/v1/admin/kyc/verification-sessions/document-urls" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "string", "sessionType": "STANDARD_INDIVIDUAL" }'{
"frontDocumentUrl": "string",
"backDocumentUrl": "string",
"faceImageUrl": "string"
}Get a standard individual verification session result GET
Retrieves the current status and results of a standard individual verification session. This endpoint allows you to check the progress and outcome of a KYC verification process.
Process an enhanced individual verification session POST
Processes an enhanced individual verification session after documents have been uploaded. This endpoint triggers the actual verification process using the uploaded document images and personal information provided during session creation.