About this endpoint
What it does
Converts one or more uploaded Excel files (.xlsx, .xlsm, .xls) to PDF. The request submits the files for processing and returns a batch identifier plus a list of per-file jobs.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | Excel files to convert to PDF. |
Response
Returns a JSON object with a batch_id string field and a jobs array field. Each item in jobs is an object with job_id, filename, status, progress, and batch_id fields. Success responses use this object shape; the schema does not declare an explicit status code.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| batch_id | String | Yes | Parent id for this submit; also returned as X-Apy-Job-Id. |
| jobs | Object Array | Yes | List of child jobs created for the submitted files. Each job item includes job_id, filename, status, progress, and batch_id. |