OCR Playground guide
This is a comprehensive guide to testing the Monite OCR Playground.
You can test the Monite OCR using the sandbox environment. This guide walks you through the process of generating an access token and using it to upload a document in the OCR playground.
Monite OCR Playground requires authentication via a Bearer token. Follow these steps to generate and use your token:
To obtain your credentials, log in to the Partner Portal and navigate to the section where you can find your Client ID and Client Secret. Ensure you save these credentials securely. For detailed instructions on retrieving your credentials, please refer to Get your credentials.
POST /auth/token endpoint.access_token from the response. The token expires after 24 hours.
id from the response.
GET /ocr_tasks/{task_id} endpoint.id you copied from the previous step.
You are now ready to test document uploads and process documents using Monite’s OCR capabilities.