About this endpoint
What it does
Merges two or more uploaded PDF files into a single PDF file. The request body contains the PDF file uploads, and the response returns the merged PDF as a binary file.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | Uploaded PDF files to merge. Provide two or more files. Each item is a binary file upload. |
Response
Returns a binary file containing the merged PDF.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary | String | Yes | The merged PDF file returned by the endpoint. |