Conheça a nossa nova rota Liveness Streaming!
curl --location --request POST 'https://mostqiapi.com/process-image/content-extraction/status' \
--header 'Authorization: Bearer ' \
--form 'processId=""'
{
"result": {
"createdAt": "2022-12-23T13:05:39.889Z",
"updatedAt": "2022-12-23T13:05:43.313Z",
"processId": "f2b9968f-2c1e-4892-839d-90bfd3f4189t",
"requestId": "9AIOA6ywZEa9ff8LjAefg",
"status": "PROCESSED"
},
"requestId": "QgB7iYLoOkCljwrvn5hbp",
"elapsedMilliseconds": 92,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}