Conheça a nossa nova rota Liveness Streaming!
{
"database" : "",
"fileBase64": ""
}
curl --location --request POST 'https://mostqiapi.com/process-image/biometrics/database/add-faces' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"database" : "",
"fileBase64": ""
}'
{
"result": [
{
"faceId": "9acdr821-1d72-46ba-878f-5ced94ce906c",
"score": 1.0
}
],
"requestId": "c36GUi4hCuCCta9ZNjZev",
"elapsedMilliseconds": 2775,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}