Skip to main content
Help Center
Developers
Search
⌘K
Search
⌘K
Sign in
object
ConversationOwner
LLM
View as Markdown
Copy Markdown URL
Copy page context prompt
Open llms.txt
Properties
Name
type
Type
enum
Description
Required property. Allowed values: user, chatbot.
Name
id
Type
string
Description
Optional property.
Related operations
Send a message
POST /messages
Get message
GET /messages/{id}
List conversations
GET /conversations
Get conversation
GET /conversations/{id}
Send message in a conversation
POST /conversations/{id}/messages
Mark conversation as read
POST /conversations/{id}/read
Webhook payloads
POST {configured webhook URL}