---
title: "Duplicate a project"
method: POST
path: "/projects/{slug}/duplicate"
tags: ["Projects"]
---

# Duplicate a project

`POST /projects/{slug}/duplicate`

Create a full copy of a project, including all slides. The copy gets its own slug and a fresh unpublished URL.

## Path parameters

- `slug` string, required

## Response `200`

Project duplicated

- object
  - `projectId` string, required
  - `projectSlug` string, required
  - `name` string, required
  - `editorUrl` string, uri, required

## Other responses

- `404` — Project not found

---

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