---
title: "Create Page"
method: POST
path: "/sites/multiscreen/{site_name}/pages"
---

# Create Page

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

Creates a new Page on a site.

## Path parameters

- `site_name` string, required

## Request body

- object
  - `page` object, required
    - `draft_status` 'DRAFT' | 'STAGED_DRAFT' — If marked as STAGED_DRAFT, the page will be published alongside the next publish of the site. If DRAFT, then the page will not be published and a currently published page will be unpublished. You cannot set the home page as draft.
    - `header_html` string — Custom header HTML that will be inserted into the page. Note: script tags are not allowed.
    - `path` string, required — The path to the page, do not include the beginning slash.
    - `seo` object
      - `description` string
      - `no_index` boolean
      - `og_image` string
      - `title` string
    - `title` string, required — The title of a page as seen in the site navigation and pages menu within the editor.
  - `type` 'REGULAR' | 'DYNAMIC'
  - `collection` object
    - `name` string — Required when type is 'DYNAMIC'

## Response `200`

200

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

## Other responses

- `400` — 400

---

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