v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Passive Video Liveness

post/v2/kyc/forensics/video_liveness

Headers

client_idstring required

ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.

client_secretstring required

The confidential credential provided by Decentro that is associated with the client_id

module_secretstring required

Request body

reference_idstring required

Any unique ID assigned by you for this API request.

consentstring required

Y/N based on the consent given by the customer. Mandatory as per regulation.

consent_purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation

videostring binary

Upload the video to check for Liveness. Supported formats .mp4/.webm

video_urlstring

URL of the video to check for Liveness. Supported formats .mp4/.webm

Response

200

OR

Example response

{
  "decentroTxnId": "DECXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "Liveliness check performed successfully",
  "data": {
    "status": "SUCCESS",
    "confidence": "1.0"
  },
  "responseKey": "success_liveness_check"
}