About this endpoint
What it does
Converts one or more PDF files into Excel .xlsx jobs. The request uploads PDF files, and the response returns a JSON object listing the conversion jobs that were created.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | PDF files to convert to Excel. Each array item is a binary file upload. 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.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobs | Object Array | Yes | The conversion jobs created for the uploaded files. |
| jobs[].job_id | String | Yes | Job identifier. |
| jobs[].filename | String | Yes | Original filename of the uploaded PDF file. |
| jobs[].status | String | Yes | Job status. |
| jobs[].progress | Integer | Yes | Job progress value. |