Topic
Clone Topic
Create a new chat topic from a topic_id
. The new topic will be attched to the owner_id and act as a coordinator for conversation message history of gen-AI chat sessions. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
POST
/
api
/
topic
/
clone
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Body
application/json
name
string | null
The name of the topic. If this is not provided, the topic name is the same as the previous topic
owner_id
string
requiredThe owner_id of the topic. This is typically a browser fingerprint or your user's id. It is used to group topics together for a user.
topic_id
string
requiredThe topic_id to clone from
Response
200 - application/json
created_at
string
requireddataset_id
string
requireddeleted
boolean
requiredid
string
requiredname
string
requiredowner_id
string
requiredupdated_at
string
required