> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/v1/workflows/workflows-ui-tour/documentation.md).

# Documentation

## Overview

This section is designed to provide comprehensive support for integrating workflows into your system.

Here, you'll find:

* The specific URL for posting your documents
* Sample codes, including our SDKs

Our documentation is structured to facilitate easy testing and integration of workflows within your system.

The sections include for now only the API Reference.

### API Reference

<figure><img src="/files/NF7XGJvprT0AqgDbdfTe" alt=""><figcaption></figcaption></figure>

**From the API reference section you can view:**

* HTTP Request
* Sample code

#### HTTP Request

This contains all the main information you need to make a request to your API, such as base URL, Content-type, Authentication headers, and form data.

Please note that workflows are asynchronous.

#### Sample Code

Sample code in several languages and command line tools are provided by Mindee, and they are ready to use by simply copying and pasting them into your coding environments, applications, or command line tools. To make use of this:

1. On the left side of the screen, click on **Documentation**.
2. Under the **API Reference** tab, you'll find the **Sample code** section in a number of popular languages or command line tool. Select according to your desired needs.

   The following languages are provided:

   * PYTHON
   * NODEJS
   * .NET(C#)
   * RUBY
   * cURL
   * PHP
3. Select the API key you wish to use.
4. Copy and paste the code below into your applications, coding environments or command line interface. You're ready to go!


---

# 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://docs.mindee.com/v1/workflows/workflows-ui-tour/documentation.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.
