---
title: "Create Task From Template"
method: POST
path: "/v2/list/{list_id}/taskTemplate/{template_id}"
tags: ["Tasks"]
---

# Create Task From Template

`POST /v2/list/{list_id}/taskTemplate/{template_id}`

Create a new task using a task template defined in your workspace. Publicly shared templates must be [added to your Workspace](https://help.clickup.com/hc/en-us/articles/6326023965591-Add-a-template-to-your-library) before you can use them with the public API.

## Path parameters

- `list_id` number, required
- `template_id` string, required

## Request body

- object
  - `name` string, required

## Response `200`

- object

---

[API](https://skmtc.dev/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.dev/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
