Documents

The goal of the Gini Pay API is to provide information extraction for document analysis, therefore, the API is built around the concept of documents. Documents are any written representation of information, such as invoices, reminders, or remittance slips.

The main idea is that you submit a document in the form of an electronic file to Gini. After the document is analyzed by Gini, you get the information that was extracted from the document by querying the API.

Please note that we reject and don’t process files with wrong format or bad quality. In this case we return 400 error in the response message.

Most example requests show the usage of cURL, a command-line tool to perform HTTP requests.