GET
/
ocr
/
result
/
{jobId}
curl --request GET \
  --url https://api.scanify.com.br/ocr/result/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "result": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

ID único para o processamento.

Response

200
application/json
Resultado do OCR recuperado
result
string

O texto extraído do documento ou outros dados de OCR.