Async Jobs
Get async OCR job
Retrieves the status and result of an async OCR job. Returns HTTP 202 if the job is still pending or processing, HTTP 200 if completed or failed.
get/v1/async/ocr/{job_id}
Path parameters
job_idstring required
The unique identifier of the async job
Response
Job completed (successfully or with failure)
Changes
No recorded changes to this endpoint across all 1 revision of this API.