Conheça a nossa nova rota Liveness Streaming!
{
"fileBase64":"",
"fileUrl":"",
"filePassword":""
}
curl --location --request POST 'https://mostqiapi.com/process-image/image-properties' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileBase64":"",
"fileUrl":"",
"filePassword":""
}'
{
"result": [
{
"extractions": [
{
"source": "compute-grayscale",
"sections": [
{
"pages": [
{
"number": 1,
"score": 0.34
},
{
"number": 2,
"score": 0.41
}
]
}
]
}
]
}
],
"requestId": "gzP3Ix8PB0iWf8EZvbW1j",
"elapsedMilliseconds": 2034,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}