---
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

## Changes

- **2024-06-25** `27e4c460c799` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onedoclabs/apis/fileforge-api/changes/pdf/insert/post.md)

---

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