---
title: "Insert a PDF document into another PDF document at a specified page."
method: POST
path: "/pdf/insert/"
tags: ["PDF"]
---

# Insert a PDF document into another PDF document at a specified page.

`POST /pdf/insert/`

Insert a PDF document into another PDF document at a specified page. The inserted document is named after the original document with a suffix added to indicate the range of pages it contains (ex:document\_inserted\_\$insertPage\_\$document2.pdf). Note: The first document is the parent document and the second document is the document to be inserted.

## Response `201`

PDF file inserted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/onedoclabs/apis/fileforge-api.md) · [All operations](https://skmtc.net/onedoclabs/apis/fileforge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onedoclabs/fileforge-api/versions/a5a51ce2a2fd/schema)
