Mindee integration

Document AI: invoice parsing, receipt scanning, financial docs, passport/ID extraction (95%+ accuracy)

Help CentreConnectors

Overview

Mindee is a document-AI specialist – strong on invoices, receipts, ID documents, passports, plus custom-trained models. The Automize Mindee connector covers all prebuilt models plus custom-trained ones.

  • Regions: Mindee is global (api.mindee.net). EU + US data residency options.
  • Plans: Free tier 250 pages/month. Paid plans by page volume + model.

Setting up the connection

Auth type: Bearer Token.

  1. Sign in to platform.mindee.com → API Keys → New Key (or use a default one).
  2. Copy the key.
  3. In Automize, open Settings → Connectors → Mindee → Add connection. Paste the key.

Find your credentials at https://platform.mindee.com/account/api-keys.


Rate limits

Concurrent + per-second limits scale by plan. Connector retries 429 with backoff.


Data model

Mindee primitives:

    Prebuilt models – Invoice, Receipt, Financial Document (auto-detect
                      invoice OR receipt), Passport, ID Card.
    Custom models   – Trained on your labelled samples in Mindee Studio.
    Each parse returns normalised fields + raw OCR + bounding boxes.

Available operations

6 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Parse CustomGeneralParse with a custom-trained model
Parse Financial DocumentGeneralAuto-detect and parse invoice or receipt
Parse ID CardGeneralExtract data from an ID card
Parse InvoiceGeneralExtract data from an invoice
Parse PassportGeneralExtract data from a passport
Parse ReceiptGeneralExtract data from a receipt

Operations

Parse Custom

Parse with a custom-trained model

ParameterRequiredTypeDescription
Account accountYestext
Model modelYestext
Version versionYestext

Tips

  • account: your Mindee username. model: custom model name. version: '1', '2', etc.
  • Returns fields you defined during training in Mindee Studio.

Parse Financial Document

Auto-detect and parse invoice or receipt

No input parameters.

Tips

  • Auto-detects invoice or receipt. Saves a model call when input type is uncertain.

Parse ID Card

Extract data from an ID card

No input parameters.

Tips

  • EU + US driver's licenses. Returns name, DOB, document_number, issue_date, expiry_date.

Parse Invoice

Extract data from an invoice

No input parameters.

Tips

  • Pass document via multipart upload OR document_url.
  • Returns: invoice_number, date, total_amount, line_items[], supplier_name, customer details – all with confidence scores.

Parse Passport

Extract data from a passport

No input parameters.

Tips

  • Returns MRZ fields: surname, given names, country, document_number, birth_date, expiry_date.

Parse Receipt

Extract data from a receipt

No input parameters.

Tips

  • Optimised for retail receipts. Returns merchant, total, tax, date, line_items[].

FAQ

Mindee vs Textract vs Doc Intelligence – when?
Mindee strongest on receipts + passports out of the box. Textract has better forms/tables on hand-written docs. Doc Intelligence's invoice model is excellent + Azure-integrated. Compare on your representative docs.
Custom model training – how?
Mindee Studio (UI). Upload labelled samples per field, train, deploy. Get account + model + version to plug into Parse Custom.
Async – needed?
Most Mindee endpoints are sync (return parsed data immediately). Larger custom models may be async – same endpoint, response includes a job URL to poll.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.