Processing
To upload and start processing a batch, you must use the Deepomatic API.
When it comes to the batch processing, there are two ways to use the Deepomatic API: Python script or Deepomatic CLI.
Python script
Run the python script below with the following arguments:
endpoint: it corresponds to the deployment site and has the following URL:
https://api.{site-id}.customers.deepomatic.com
. For more information on how to retrieve, please refer to the Authentication documentation.filename: it corresponds to the local path of the archive with the format specified here.
Script execution
upload.py
Deepomatic CLI
Use the following command and specify:
either the batch id if you have already created the batch via the GUI or the upload url if this is not the case
the archive path
Batch processing