v1
latestOpenAPI 3.1.02026-08-06244570.4 KBPDF Tools
Merge PDFs
Concatenate 2 or more PDFs into a single PDF, in the order provided. Each input PDF is supplied as either an HTTPS URL or a base64 string.
Credits: 1 credit per call.
post/v1/pdf-tools/merge
Request body
Example request
{
"filename": "merged",
"pdfs": [
{
"pdf_url": "https://example.com/file.pdf",
"pdf_base64": "JVBERi0xLjQKJ..."
}
]
}Response
Successful Response