---
title: "Duplicate Page"
method: POST
path: "/sites/multiscreen/{site_name}/pages/{page_uuid}/duplicate"
---

# Duplicate Page

`POST /sites/multiscreen/{site_name}/pages/{page_uuid}/duplicate`

Duplicate an existing Page of a Site.

## Path parameters

- `site_name` string, required
- `page_uuid` string, required

## Request body

- object
  - `draft_status` 'STAGED_DRAFT' | 'DRAFT'
  - `header_html` string — The new page header HTML to assign to the page.
  - `path` string
  - `seo` object
    - `description` string
    - `no_index` boolean
    - `og_image` string
    - `title` string
  - `title` string — The title to assign to the new page.

## Response `200`

200

- object
  - `draft_status` string
  - `header_html` string
  - `path` string
  - `seo` object
    - `description` unknown
    - `no_index` boolean
    - `og_image` string
    - `title` string
  - `title` string
  - `type` string
  - `uuid` string

## Other responses

- `400` — 400

---

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