---
title: "Duplicate a resume"
method: POST
path: "/resumes/{id}/duplicate"
tags: ["Resumes"]
---

# Duplicate a resume

`POST /resumes/{id}/duplicate`

Creates a copy of an existing resume with the same data. Optionally override the name, slug, and tags for the duplicate. If not provided, the original resume's name, slug, and tags are used. Returns the ID of the duplicated resume. Requires authentication.

## Path parameters

- `id` string, required — The ID of the resume.

## Request body

- object
  - `name` string, required — The name of the resume.
  - `slug` string, required — The slug of the resume.
  - `tags` string[], required — The tags of the resume.

## Response `200`

The ID of the duplicated resume.

- string — The ID of the duplicated resume.

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
