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

# Create a tag

`POST /tags`

## Request body

- TagRequestData
  - `general` object
    - `tag_name` string, required
    - `tag_description` string
    - `emails` string

## Response `201`

Created

- object
  - `status` 'success' | 'error'
  - `list_uid` string

## Other responses

- `422` — Request data error
- `429` — Too many request

---

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