---
title: "Create Tag"
method: POST
path: "/tags"
tags: ["Tags"]
---

# Create Tag

`POST /tags`

Create a new tag.

## Request body

- CustomTagCreateBody
  - `description` string, nullable
  - `name` string, required
  - `type` TagTypeEnum[], required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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