About this endpoint
What it does
Uploads one or more PDF files and starts OCR-based auto-rotation processing for each file. The response returns a list of job records, one per submitted file, so you can track processing progress.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | PDF files to auto-rotate. Each array item is a binary file upload. |
Response
Returns a JSON object with a jobs array field. Each item in jobs is an object containing job_id, filename, status, and progress.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobs | Object Array | Yes | List of job records created for the submitted PDF files. |
| jobs[].job_id | String | Yes | Job identifier for tracking the file's processing. |
| jobs[].filename | String | Yes | Name of the submitted PDF file. |
| jobs[].status | String | Yes | Current job status. |
| jobs[].progress | Integer | Yes | Progress value for the job. |