Client Libraries / SDK
Our client libraries are the preferred way of integrating with the Mindee platform.
They are the fastest and easiest way to call our APIs, and allow our support teams to better help you.
Some useful tools are also provided, for example PDF processing and image compression.
You can use the client libraries to make API requests following the polling and webhook patterns.
All our client libraries are open-source (MIT license) and hosted on GitHub.
Installation Instructions
Python 3.9 or greater is recommended.
Install the PyPi package using pip:
pip install mindee>=4.25.0
Don't see support for your favorite language or framework? Make a feature request!
Usage
To get started, take a look at the Integrating Mindee page.
Last updated
Was this helpful?