πŸ“–Documents

/getDocuments

Get all the stored documents

GET /getDocuments

Gets all the stored documents in the database in a JSON array

Headers

Name
Type
Description

x-access-token*

String

User token

{
    [
        [document_cote, document_name, document_date],
        [...]
    ]
}

/getDocument/<document_cote>

Get all the info about a document

GET /getDocument/<document_cote>

Gets all the information about a specific document identified by it's cote. It returns in a JSON object the image_id, stats and transcriptions of this document.

Query Parameters

Name
Type
Description

<document_cote>*

String

Cote of the document

Headers

Name
Type
Description

x-access-token*

String

User token

Last updated