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

# Create Page Element

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

Create a Page Element for an individual Page of a Site.

## Path parameters

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

## Request body

- object
  - `element_source_id` string, required — Reference to the source. For sections, this is mapped to the section site alias.
  - `next_sibling_id` string — The next sibling element in the DOM. if set, the element will be append before this sibling element. only for sections that have the attribute ‘data-page-element-id’. Null means it's appended last.
  - `parent_element_id` string — The parent element.
  - `type` string, required — The element type. Can be only “SECTION” at the moment.

## Response `200`

200

- object
  - `element_id` string
  - `element_source_id` string
  - `next_sibling_id` string
  - `type` string

## Other responses

- `400` — 400
- `500` — 500

---

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