About this endpoint
What it does
Deskews uploaded PDF pages to correct small angle tilts. It accepts one or more PDF files and returns a JSON object containing job details for each submitted file.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | PDF files to deskew. Max File Upload limit - 5 |
Response
Returns a JSON object with a jobs array field. Each item in jobs is an object containing job_id, filename, status, and progress fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobs | Object Array | Yes | One job entry per submitted file. |
| jobs[].job_id | String | Yes | Job identifier. |
| jobs[].filename | String | Yes | The original filename of the submitted PDF. |
| jobs[].status | String | Yes | Job status. |
| jobs[].progress | Integer | Yes | Job progress. |