API Builder

Train our battle-tested deep learning OCR algorithms to extract the data you need from any type of document.

Automate document processing in your software

Free your users from paperwork. Optimize your ops.


Deploy an API that extracts exactly the fields you need from documents.


  • 🚀 Any type of document
  • 🖋 Handwritten and printed text
  • 📃 Images and multi-page pdfs

We have just the plan you need

Developer

Build, test, and kick-off your apps.

Free

250 API calls / month

No credit card required

Up to 3 APIs deployed

Full API access

Pay as you go

Steadily grow usage across your apps.

Volume-based pricing

500 free pages / API

$0.10 per additional page

3 free APIs deployed

$150 / month / additional API

Enterprise

Demand best in class services for large scale products.

Ad-hoc pricing

Dedicated support

Private slack channel

The SLA you need

Custom pricing



Couldn't find your document?

Start building or ask for a custom made tutorial.

import swagger_client
from swagger_client.rest import ApiException

api_instance = swagger_client.MyMindeeAPI()

authorization = "1qsd5q6a1e*****************"
version = "v1"
file = "path/to/your/file"
feedback = "true"

try:
    api_response = api_instance.upload_file(
        authorization, version, file, feedback=feedback
    )
except ApiException as e:
    raise e