Skip to main content
POST
/
v3
/
topic-clusters
Create a topic cluster
curl --request POST \
  --url https://api.snowseo.com/v3/topic-clusters/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "topic": "<string>",
  "teamId": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "<string>"
}
Create a new topic cluster to organize your SEO strategy.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
topic
string
required

Topic name

teamId
string

Team ID

Response

Default Response

id
string
name
string
createdAt
string