Add Document Adds a document along with its optional metadata and optional thumbnail. The DocumentGUID is returned in the response. This...
Get Document List Get a filtered list of all the documents in the organization URL: POST http://api.aurelon.com/api/v2/document/list Request Headers: Content-Type : application/json...
Get Document Thumbnail Get thumbnail of a page of the document. URL: GET http://api.aurelon.com/api/v2/document/<DocumentGUID>/thumbnail/<PageNumber> Request Headers: MisKey : see Authentication Response: Content...
Set Document Thumbnail Add or replace a thumbnail of an existing document. The thumbnail needs to be an RGB or RGBA PNG...
Create Document Creates a document metadata (JobDocument). The DocumentGUID is returned in the response. The document does not yet create a...
Delete Document Delete the document with given document GUID URL: DELETE http://api.aurelon.com/api/v2/document/<DocumentGUID> Request Headers: Content-Type : application/json MisKey : see Authentication...
Set Document Resource Add or replace the actual content file (resource) of an existing document. If DocumentGUID does not exist – error...
Set Document Metadata Add or replace the meta-data of an existing document. It will update the metadata of the resource with the...