---
title: "Create a topic cluster"
method: POST
path: "/v3/topic-clusters/"
tags: ["Topic Clusters"]
---

# Create a topic cluster

`POST /v3/topic-clusters/`

Creates a new topic cluster for the team.

## Request body

- object
  - `teamId` string — Team ID
  - `topic` string, required — Topic name

## Response `201`

Default Response

- object
  - `id` string
  - `name` string
  - `createdAt` string

## Other responses

- `400` — Default Response
- `409` — 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/6e50f4761eea/schema)
