---
title: "Copy Template"
method: POST
path: "/v1/templates/copy/{template_id}"
tags: ["templates"]
---

# Copy Template

`POST /v1/templates/copy/{template_id}`

Create new Space from a template.

## Request body

- TemplateCopyCreate
  - `name` string, required — Name of the template
  - `description` string, nullable — Description of the template
  - `app_logo` string, nullable — Logo of the template
  - `template_id` string, uuid, required — ID of the template

## Response `201`

Successful Response

- AppCreateResponse
  - `id` string, uuid, required
  - `org_id` string, uuid, required
  - `created_key` string, nullable
  - `key_end` string, nullable
  - `name` string
  - `description` string, nullable

## Other responses

- `422` — Validation Error

---

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