Authorizations
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
Body
Request to process a document using the packing-list model
The source of the document(s) to be processed Input the URL of a remote file.
{
"url": "https://example.com/documents/invoice.png"
}
Response
A list containing the document(s) sent for processing
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.