---
title: "Create category"
method: POST
path: "/v3/categories"
tags: ["Categories"]
---

# Create category

`POST /v3/categories`

## Request body

- CreateCategoryV3Dto
  - `name` string, required — Name of the Category to create

## Response `201`

The Category

- CategoriesV3Dto
  - `id` string, required — Unique identifier of the Category
  - `name` string, required — Name of the Category

## Other responses

- `400` — Category already exists
- `500` — Internal server error

---

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