---
title: "Move a keyword to another topic cluster"
method: POST
path: "/v3/topic-clusters/{topicId}/keywords/move"
tags: ["Topic Clusters"]
---

# Move a keyword to another topic cluster

`POST /v3/topic-clusters/{topicId}/keywords/move`

## Path parameters

- `topicId` string, required

## Request body

- object
  - `teamId` string
  - `keywordId` string
  - `targetTopicId` string

## Response `200`

Default Response

- object
  - `success` boolean
  - `keywordId` string
  - `targetTopicId` string

## Other responses

- `400` — Default Response
- `404` — Default Response
- `409` — 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)
