Liveness Detection [application/json]
POST
https://mostqiapi.com/liveness/detect
en-US
Last modified:2024-06-28 13:19:13
Description of the requisition body
Name | Type | Mandatory | Description |
---|---|---|---|
fileBase64 | String | Yes | Binary content of the file to be processed, encoded as a text string according to the RFC3548 standard using base64 encoding. |
fileUrl | String | Yes, when fileBase64 parameter is not provided | Public URL of the file to be processed. |
movements | String | Yes | Movements of the person to be validated. Multiple movements can be specified, including: 'up' for turning the face upwards, 'down' for turning the face downwards, 'left' for turning the face to the left, 'right' for turning the face to the right, 'smile' to validate if the user smiled, and 'blink' to validate if the user blinked with both eyes. This field should be empty in the case of passive life detection. |
returnFullFace | Boolean | No | Boolean indicating whether the returned image will be full-sized (true) or reduced-size (false). This parameter will be false if not inserted or assigned false. |
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params application/json
Request samples
Responses
Modified at 2024-06-28 13:19:13