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