Conheça a nossa nova rota MEDICAL RECEIPT para validação automatizada de recibos do Receita Saúde!
{
"fileBase64": "string",
"fileUrl": "string",
"filePassword": "string"
}curl --location 'https://mostqiapi.com/process-image/signature-isolation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"fileBase64": "string",
"fileUrl": "string",
"filePassword": "string"
}'{
"result": [
{
"extractions": [
{
"source": "signature-isolation",
"sections": [
{
"pages": [
{
"number": 1,
"image": "iVBORw0KGgoAAA...."
}
]
}
]
}
]
}
],
"requestId": "AhvfX9zcvjntxBU66QN7d",
"elapsedMilliseconds": 488,
"status": {
"message": "Ok",
"code": "200",
"errors": []
}
}