Conheça a nossa nova rota Liveness Streaming!
{
"fileBase64" : "",
"fileUrl":"",
"movements" : [
"up",
"left",
"down",
"right",
"smile"
],
"returnFullFace" : "true"
}
curl --location --request POST 'https://mostqiapi.com/liveness/detect' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileBase64" : "",
"fileUrl":"",
"movements" : [
"up",
"left",
"down",
"right",
"smile"
],
"returnFullFace" : "true"
}'
{
"result": {
"globalScore": 1,
"movementScore": 1,
"livenessScore": 1,
"imageScore": 1,
"frontalImage": "base64"
},
"requestId": "xxxxxxxxxxxxxxxxxxxxx",
"elapsedMilliseconds": 1000,
"status": {
"message": "Success",
"code": "S100",
"errors": null
}
}