Conheça a nossa nova rota Liveness Streaming!
Name | Type | Mandatory | Description |
---|---|---|---|
database | String | Yes | Name of the face database to list the registered images. |
{
"database":""
}
curl --location --request POST 'https://mostqiapi.com/process-image/biometrics/database/list-face-ids' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"database":""
}'
{
"result": {
"faceIds": [
"1073688w-b98t-43de-af4b-7cc2e5f0fd6e",
"1672511q-d38l-40f8-8313-e8dd0b4f1b54",
"3ea4084e-5fa2-4fd2-86e2-bc4c5a1f303e",
"5b8733dr-098h-45c1-b4f9-17358bec0905"
]
},
"requestId": "yyCzlMtQeks1JUHnnWZwL",
"elapsedMilliseconds": 78,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}