---
title: "Duplicate Studio Template"
method: POST
path: "/studio/templates/{templateId}/duplicate"
tags: ["Generation & Templates"]
---

# Duplicate Studio Template

`POST /studio/templates/{templateId}/duplicate`

Duplicate a studio template to create a new one

Available only to Enterprise-plan workspaces and first-party clients.

## Path parameters

- `templateId` string, required

## Request body

- object
  - `workspaceId` string — Target workspace ID. Defaults to current workspace if omitted. User must be the owner of target workspace.
  - `name` string — Name for the new template. Defaults to "Copy of original_name".
  - `description` string — Description for the new template. Defaults to original description.
  - `embed_user_id` string — Assign the duplicated template to an embed user. Accepts either an external user ID (resolved using your workspace's embed configuration) or an Orshot internal ID (prefixed with `eui_`).

## Response `200`

Successful response

- object

## Other responses

- `401` — Missing or invalid authentication
- `429` — Rate limit exceeded — see the Retry-After header

---

[API](https://skmtc.net/orshot/apis/orshot-api.md) · [All operations](https://skmtc.net/orshot/apis/orshot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orshot/orshot-api/revisions/48bd8562606c/schema)
