---
title: "Clone Template"
method: POST
path: "/api/v1/processor_templates/{slug}/clone"
tags: ["Processor Templates"]
---

# Clone Template

`POST /api/v1/processor_templates/{slug}/clone`

Clone a template to the user's team as a new custom processor.

## Path parameters

- `slug` string, required

## Cookies

- `wos-session` string
- `datalab_active_team` string

## Response `200`

Successful Response

- TemplateCloneResponse — Response for cloning a template.
  - `success` boolean, required
  - `processor_id` string, required — The new processor ID for the cloned processor

## Other responses

- `422` — Validation Error

---

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