---
title: "Suggest keyword topic groupings"
method: POST
path: "/v3/topic-clusters/suggest-groups"
tags: ["Topic Clusters"]
---

# Suggest keyword topic groupings

`POST /v3/topic-clusters/suggest-groups`

Uses AI to split a list of keywords into topic clusters, preferring existing topics and suggesting new ones when needed.

## Request body

- object
  - `teamId` string, required
  - `keywords` object[], required
    - `keyword` string, required
    - `countryId` string, nullable
    - `languageId` string, nullable
  - `targetClusterCount` number, nullable
  - `clusterMode` 'existing' | 'new' | 'mixed', nullable
  - `userIntent` string, nullable

## Response `200`

Default Response

- object
  - `groups` object[]
    - `topicId` string, nullable
    - `topicName` string
    - `isNew` boolean
    - `keywords` 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/6e50f4761eea/schema)
