---
title: "Copies a page"
method: POST
path: "/api/v2/pages/copy"
tags: ["Pages"]
---

# Copies a page

`POST /api/v2/pages/copy`

Creates a copy of a page together with its subpages. `template_id` is the ID of the source page. `title` is optional and defaults to `Copy of <source title>`. When copying a doc, pass `project_id` to place the copy in a project; a subpage copy stays next to the source and takes no `project_id`. Template docs cannot be copied this way — use [`apply_template_as_doc`](openapi:operation:pages-template-apply-template-as-doc).

## Headers

- `X-Organization-Id` string, required

## Response `201`

Single page

## Other responses

- `422` — Unprocessable Entity

## Changes

- **2026-08-31** `0e862879d77b` — 1 breaking, 1 warning, 1 info
  - removed the success response with the status `200`
  - the optional response header `Content-Type` removed for the status `201`
  - added optional request body

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/pages/copy/post.md)

---

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