Skip to main content
Version: v1

CreateThreadChatPublicV1Request

Request to create a thread within a chat

workspaceIdstringrequired

Workspace ID

chatIdstringrequired

Chat ID

parentMessageIdstringrequired

ID of the message within which the thread is created

CreateThreadChatPublicV1Request
{
"workspaceId": "w67Y89gu",
"chatId": "c56Y0kgi",
"parentMessageId": "m56Y0kgi"
}