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

SDK Integration

Integrate an Extraction model using the Mindee SDKs.

Use the SDKs to send documents to an Extraction model and process dynamic results.

This section helps you choose the right starting point and move through the full integration flow.

Choose your path

Start with the page that matches your next step:

Typical SDK workflow

1

Create Your Model

Create your Extraction Model on the Mindee platform.

Upload some samples to the Live Test to validate the model.

2

Install and authenticate

Install the client library for your language.

Prepare your API key and initialize the client.

3

Send a document

Choose your model ID and send a file or URL for processing.

Start with polling unless you already use webhooks.

4

Process the results

Read extracted values from the response fields.

Handle field types based on your Data Schema.

Before you start

Have these ready:

  • an API key

  • your Extraction Model's unique ID

  • a sample document for testing

  • a language choice for the SDK

What is specific to Extraction models

Extraction responses are dynamic.

Field names come from your model's Data Schema. Field types can be simple values, objects, or lists.

Optional metadata such as confidence scores and locations depends on which features are enabled for the request.

For better results, make sure your schema design is solid before tuning request-time options.

Shared SDK building blocks

Integration builds on the same client library concepts used across all model types.

Last updated

Was this helpful?