---
title: "Add a suggested opportunity to a topic"
method: POST
path: "/v3/topic-clusters/map/suggestions/accept"
tags: ["Topic Clusters"]
---

# Add a suggested opportunity to a topic

`POST /v3/topic-clusters/map/suggestions/accept`

Persists a net-new keyword/prompt gap into the topic as an unused atom. Reuses the topic-map link path; does not schedule an article.

## Request body

- object
  - `teamId` string
  - `topicId` string, required
  - `kind` 'keyword' | 'prompt', required
  - `value` string, required
  - `intent` string, nullable

## Response `200`

Default Response

- object

## Other responses

- `400` — Default Response
- `404` — 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/aa8eaa9e34a0/schema)
