Authorizations
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
Query Parameters
The cursor to start the list from. If not provided, the list will start from the most recent documents.
The number of documents to return. The maximum allowed value is 25. If not provided, the list will return up to 10 documents.
1 <= x <= 25
Response
Default Response
The id of the document.
The name of the document.
Timestamp at which the document was created.
The status of the document. Valid values are Pending
, Processing
, Processed
, Failed
, Canceled
.
Pending
, Processing
, Processed
, Failed
, Canceled
The number of pages associated with the document that have been processed. This number will always be at least 1.
The model used to process the document.
An array of errors that occurred while processing the document.