About this endpoint
What it does
Converts one or more PDF files into Excel .xlsx output by submitting the files for processing. The response returns a JSON object containing a jobs array with a job entry for each submitted file.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | PDF files to convert to Excel. Each item is a binary file upload. |
Response
Returns a JSON object with a jobs array field. Each item in jobs is an object with job_id, filename, status, and progress fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobs | Object Array | Yes | Array of job objects created for the submitted PDF files. |
| jobs[].job_id | String | Yes | Job identifier. |
| jobs[].filename | String | Yes | Original filename of the submitted PDF file. |
| jobs[].status | String | Yes | Job status. |
| jobs[].progress | Integer | Yes | Job progress value. |