---
title: "Create a tag"
method: POST
path: "/api/v1/tag"
tags: ["Tags"]
---

# Create a tag

`POST /api/v1/tag`

Create new tag

## Request body

- TagDTO
  - `tag` string, required

## Response `201`

Resource created successfully.

- CreatedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `409` — The resource already exists or conflicts with an existing one.
- `422` — Validation error. Please check your input.

---

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