Build, test, and kick-off your apps.
Free
250 API calls / month
No credit card required
Up to 3 APIs deployed
Full API access
Deploy an API that extracts exactly the fields you need from documents and use it in your apps.
Why mindee
Build, test, and kick-off your apps.
Free
250 API calls / month
No credit card required
Up to 3 APIs deployed
Full API access
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
Demand best in class services for large scale products.
Ad-hoc pricing
Dedicated support
Private slack channel
The SLA you need
Custom pricing
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