---
title: "Create a new resume"
method: POST
path: "/resumes"
tags: ["Resumes"]
---

# Create a new resume

`POST /resumes`

Creates a new resume with the given name, slug, and tags. Optionally initializes the resume with sample data by setting withSampleData to true. The slug must be unique across the user's resumes. Returns the ID of the newly created resume. Requires authentication.

## 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.
  - `withSampleData` boolean

## Response `200`

The ID of the newly created resume.

- string — The ID of the created resume.

## Other responses

- `400` — 400

---

[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)
