Conheça a nossa nova rota Liveness Streaming!
metadata
, which includes the reading of the QRCodes present in the document, organized within the barcodes
object.{
"fileBase64": "",
"fileUrl": "",
"filePassword":"",
"returnImage": false,
"returnedImageQuality" :"",
"tags": [
""
]
}
curl --location --request POST 'https://mostqiapi.com/process-image/content-classification' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileBase64": "",
"fileUrl": "",
"filePassword":"",
"returnImage": false,
"returnedImageQuality" :"",
"tags": [
""
]
}'
{
"result": [
{
"type": "extrato",
"stdType": "extract",
"classifications": [
{
"source": "iocr",
"score": 1,
"tags": [
"country=bra",
"id=bra-fgts-2",
"language=pt-BR",
"of=fund",
"process-type=classification",
"std-type=extract",
"subtype=fgts",
"type=extrato"
],
"pages": [
{
"number": 1
}
],
"image": null
}
]
},
{
"type": "documento-pessoal",
"stdType": "personal-document",
"classifications": [
{
"source": "iocr",
"score": 0.93,
"tags": [
"country=bra",
"id=bra-rg-marinha-2",
"language=pt-BR",
"of=armed-forces",
"of=military",
"of=navy",
"person=natural",
"process-type=classification",
"region=back",
"region=verso",
"std-type=personal-document",
"subtype=carteira-funcional",
"subtype=functional-card",
"subtype=identity",
"subtype=rg",
"type=documento-pessoal"
],
"pages": [
{
"number": 2
}
],
"image": null
}
]
},
{
"type": "documento-pessoal",
"stdType": "personal-document",
"classifications": [
{
"source": "iocr",
"score": 1,
"tags": [
"country=bra",
"has=fingerprint",
"has=photo",
"has=signature",
"id=bra-rg-marinha-2",
"language=pt-BR",
"of=armed-forces",
"of=military",
"of=navy",
"person=natural",
"process-type=classification",
"region=frente",
"region=front",
"std-type=personal-document",
"subtype=carteira-funcional",
"subtype=functional-card",
"subtype=identity",
"subtype=rg",
"type=documento-pessoal"
],
"pages": [
{
"number": 2
}
],
"image": null
}
]
}
],
"requestId": "lXP7v8LZL925kRIA3WYOw",
"elapsedMilliseconds": 3186,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}