About this endpoint
What it does
Converts the files referenced by the provided URLs into PDF and merges them into a single output. The request supplies an ordered list of public file URLs, and the response is the resulting PDF binary.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file_urls | String Array | Yes | Publicly accessible file URLs to convert and merge, in order.<br>Max 10 URLs, 100 MB each.<br>Supported types: docx, xlsx, pptx, doc, xls, ppt, odt, ods, odp, csv, txt, png, jpg, jpeg, gif, bmp, tiff, html, htm, md, pdf. <br> Each item must be a URI. |
Response
Returns a binary PDF file as the success response body. The output schema is a binary string, so the endpoint responds with the generated merged PDF content rather than a JSON object.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary | String | Yes | The generated PDF file content returned as a binary payload. |
Notes
The request accepts up to 10 file URLs, and each source file can be up to 100 MB. The files are processed in the order supplied in file_urls.