Conversation (Project API Key)
APIs for managing chat sessions and messages.
Create and manage chat sessions, send messages, and retrieve conversation history.
Create Session
Initialize a new chat session for a user.
Get Sessions
Retrieve a paginated list of chat sessions for your project.
Update Session
Update a session's state, chat mode, or segment tags.
Send Message
Send a user message to the agent and get a response.
Get Session Messages
Retrieve messages for a specific chat session.
Authentication
Generate and use an API Key to authenticate Project Integration API requests.
Create Session (Project API Key)
Create a new chatbot session using your project API Key. You must create a session before sending messages. The session_uid returned from this endpoint is required for the Send Message API.