---
title: "Create a team category or tag"
method: POST
path: "/v3/cms/taxonomy/term"
tags: ["CMS"]
---

# Create a team category or tag

`POST /v3/cms/taxonomy/term`

## Request body

- object
  - `teamId` string
  - `kind` 'category' | 'tag', required
  - `name` string, required

## Response `200`

Default Response

- object
  - `categories` string[]
  - `tags` string[]

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/8f92b00b75d6/schema)
