Asynchronous - OCR Documentation
Asynchronous Methods
Our Asynchronous Inference API allows you to create inference jobs by uploading a file. After creating a job, you will receive a job_id
to track its status and retrieve the result.
Upload files
Upload files directly to start an inference job. Once the file is processed, you'll receive a job_id to track the job.
Read more
Get Job Status by Job ID
Use the Job API to check the status of your inference jobs and retrieve the results once processing is complete.
Get Job Status APIList All Jobs
Retrieve a list of all inference jobs that have been submitted.
List All JobsCancel Job
API allows you to cancel an inference job by submitting its job_id in the request body.
Cancel Job