cURL
curl --request POST \ --url https://api.verisecid.com/v1/kyc/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "expectedDocumentType": "passport", "selfieBase64s": [ "<string>" ], "sessionId": "<string>", "documentFrontBase64": "<string>", "documentBackBase64": "<string>" } '
{ "sessionId": "<string>", "status": "completed", "result": {}, "verificationUrl": "<string>" }
Runs verification directly with provided images. Use your secret key (users.apiSecretKey or workspaces.apiSecretKey).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
passport
id-card
1
Optional custom session id
Verification result
completed
failed