About this endpoint
What it does
Converts one or more PDF files into Word .docx files. The request uploads PDF files, and the response returns a JSON object containing a jobs array with one job object per file.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | PDF files to convert to Word. Each item is a binary file. |
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 | Array of job objects for the submitted PDF files. |
| jobs[].job_id | String | Yes | Job identifier for the conversion task. |
| jobs[].filename | String | Yes | Original filename of the PDF file. |
| jobs[].status | String | Yes | Current job status. |
| jobs[].progress | Integer | Yes | Conversion progress value. |