Skip to main content
POST
Create new topic

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

Body

application/json

Request schema for creating a topic

title
string
required

Title of the topic

Example:

"User Interface Improvements"

description
string
required

Description of the topic

Example:

"General insight related to UI/UX improvements"

id
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
opportunityIds
string[]

List of opportunity IDs associated with the topic

Example:
insightIds
string[]

List of insight IDs associated with the topic

Example:

Response

Topic created successfully

Response containing a single topic

data
object
required

Topic data