For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Polling

Overview of processing files using a polling flow.

Overview

The polling flow is simpler to set up, and allows a quick integration.

It's perfect for testing Mindee on a local machine, and is suitable for lightweight production use.

This flow can also be integrated with various 3rd party tooling such as MS Power Automate.

If you're not sure on what to use, choose this flow.

Sequence Diagram

Send Files Using Polling

When using the SDKs, this asynchronous polling process is completely transparent to you.

You only need to call a single synchronous method and await its return.

For more information, consult: Polling Configuration

Stopping the Process

Once a request has been sent, it is not possible to stop or cancel the processing.

Last updated

Was this helpful?