v1
latestSwagger 2.02026-07-1371041.4 KBPDF Merge
Merge multiple PDF files into one
Merges 2+ PDF inputs into a single output PDF. Each input is either uploaded as a multipart form file (named file_N) or referenced by URL via url_N. Sync by default; set async=true for background processing.
For multipart uploads the request body is multipart/form-data, the JSON body equivalent describes the same fields plus an input_files array.
post/api2/pdfmerge
Request body
Response
Merged PDF returned in the response body.