Build, test and kick-off your apps.
Free forever
Up to pages / month
No credit card required
Live chat with tech support
Full API access
Build, test and kick-off your apps.
Free forever
Up to pages / month
No credit card required
Live chat with tech support
Full API access
Steadily grow usage across your apps.
Volume based pricing
free pages / month
per additional page
Unlimited volume
Community support
Demand best in class services for large scale products.
Ad-hoc pricing
Dedicated support
Private slack channel
The SLA you need
Custom pricing
import request
url = "https://api.mindee.net/v1/products/<account_name>/<api_name>/<api_version>/predict"
with open("/path/to/my/file", "rb") as myfile:
files = {"document": myfile}
headers = {
"Authorization": "Token MY_TOKEN",
}