Create Thread
Create a new thread with the following title logic:
- If title is provided in the request, use that
- If no title but initialization message exists, use that as a prompt to generate title
- Otherwise default to “New Thread”
Path parameters
group_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
title
The title of the thread
extra
Extra metadata for the thread
initialization_message
Response
Successful Response
id
group_id
title
The title of the thread
extra
Extra metadata for the thread
created_at
updated_at
is_archived