POST /v1/merge
Merge multiple PDFs into a single document. PDFs are combined in array order.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
pdfs | string[] | Yes | Array of base64-encoded PDF bytes. Minimum 2, maximum 20. |
Examples
Response
200 OK with Content-Type: application/pdf — the merged PDF.
Limits
- Minimum 2 PDFs per request
- Maximum 20 PDFs per request
- PDFs are merged in array order — the first PDF’s pages appear first
What Is Not Merged
The following PDF features from source documents are not carried over in v1:- AcroForms — form fields are not merged (use flatten before merging if you need form data preserved visually)
- Bookmarks — PDF outline entries are not combined
- Named destinations — internal cross-references between source documents are not resolved
- Structure trees — tagged PDF accessibility data is not merged