> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/third-party-integration-components/mindee-api.md).

# Mindee API

Our Mindee API field is a field that connects with the AI Application by Mindee that reads invoices or receipts from image uploads and gives back the values. Mindee also has the capability of handling any types of documents, not necessarily receipts. We however focused on their invoice API in Blocworx.

[Click here to visit Mindee's website >>](https://mindee.com/)\
\
This field allows you to retrieve those values and populate your bloc. There is also a bulk upload feature where it will upload several files, retrieve the values and automatically create the records.

{% hint style="info" %}
Although this is a functioning field, we no longer officially maintain it, if you would like to make use of this field please contact us at <info@blocworx.com> for more information and we will be happy to discuss a requirement you may have.
{% endhint %}

### Initial Field Parameters

<table data-header-hidden><thead><tr><th>Parameters</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Parameters</td><td>Description</td><td></td></tr><tr><td>API Url</td><td>You enter the API Url in which you received from Mindee.</td><td></td></tr><tr><td>API Key</td><td>You enter the API Key in which you received from Mindee.</td><td></td></tr><tr><td>Choose Mindee API Type</td><td>Currently the only type is Invoice OCR.</td><td></td></tr><tr><td>Choose another field to decide if its a single or Bulk Upload</td><td>Selects another field that lets you choose whether you want to upload a single file or files in bulk.</td><td></td></tr><tr><td>Type Expected Value for Bulk</td><td>Creates a button for bulk uploads.</td><td></td></tr><tr><td>Type Expected Value for Single</td><td>Creates a button for single uploads.</td><td></td></tr><tr><td>Map fields with API Response</td><td>Populates fields with responses (choose your field and response).</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/third-party-integration-components/mindee-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
