Get OCR Response (Async)

Get the status and results of an asynchronous OCR job.

Authentication

AuthorizationBearer

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

Path parameters

jobIdstringRequired

Response

This endpoint returns an object.
jobIdstring
statusenum
The status of the OCR job.
linkedJobIdslist of strings
The IDs of any OCR jobs that are processing other subdocuments of the same document.
pageRangeobject

The start and end page numbers of the corresponding subdocument (zero-indexed, inclusive). If not provided, the document was not split during OCR.

dataobject

Errors

400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented