v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Channels

Create topic

Create a new topic within a channel. Topics are categories used by Dovetail's AI to classify incoming data points. Each topic has a title and description that guide how data is sorted.

You must specify the channel_id that this topic belongs to. After creating a topic, new data points sent to the channel will be evaluated against it during classification.

Returns the newly created topic object.

post/v1/channels/topic

Request body

titlestring required

The topic's title.

descriptionstring required

The topic's description.

channel_idstring required

Unique identifier of the channel.

Response

201