---
title: Merge Multiple Documents to PDF API
slug: merge-pdf-files
url: https://apyhub.com/dosvak/service/merge-pdf-files
provider: Dosvak LLC
categories: [File Conversion, File Manipulation]
tags: [pdf-merge, document-merging, file-manipulation, pdf-processing, document-workflow]
auth: api_key
---

# Merge Multiple Documents to PDF API

Combine two or more uploaded PDFs into a single binary file. Useful for bundling reports, invoices, or scanned pages into one document.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Merges two or more uploaded PDF files into a single PDF file. The request body contain… | 100 |

## About

## What it does
PDF Merge combines two or more uploaded PDF files into a single PDF. Send an array of binary files in `files`, and get one merged PDF back as binary output.

Use it when you need to assemble scanned pages, concatenate reports, or bundle customer documents into one download. Because the endpoint works on uploaded files directly, it fits cleanly into document workflows where PDFs arrive from forms, storage buckets, or user uploads.

PDF Merge is a straightforward file operation: the request body contains `files`, and the response is the merged PDF file. There are no extra metadata fields to map or parse, which keeps integration simple when you just need the final document.

Typical uses include consolidating invoices before archiving, joining generated statements into a packet, or creating a single attachment for sharing and storage.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/merge-pdf-files
