About this endpoint
What it does
Converts the files referenced by the provided URLs into PDF format and merges them into a single PDF. The merged PDF is returned as a binary response.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file_urls | String Array | Yes | Publicly accessible file URLs to convert and merge, in order. Max 10 URLs, 100 MB each. Supported types: docx, xlsx, pptx, doc, xls, ppt, odt, ods, odp, csv, txt, png, jpg, jpeg, gif, bmp, tiff, html, htm, md, pdf. Each item must be a URI. |
Response
Returns a binary file response containing the merged PDF output.