---
title: "Create From Template"
method: POST
path: "/sites/multiscreen/templates/fromtemplate"
---

# Create From Template

`POST /sites/multiscreen/templates/fromtemplate`

Create a new Template based on an existing one.

## Request body

- object
  - `new_template_name` string, required — The name for the new template.
  - `template_alias` string — Required if template_id is not provided. The unique alias of the source template to create from.
  - `template_id` integer — The ID of the template. This field is being replaced by template_alias.

## Response `200`

200

- object
  - `preview_url` string
  - `template_id` integer
  - `template_name` string
  - `template_properties` object
    - `can_build_from_url` boolean
  - `thumbnail_url` 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)
