/api/v1/chat/sessions
Creates a chat session bound to one or more collections. Sessions preserve conversation history: each message is answered with the prior turns as context.
Sessions created with an API key belong to your account and are visible to all keys in the account.
Request
string[]
required
Collections used for retrieval in this session.
string
Optional session title. When omitted, a title is generated from the first exchange.
Response
string
Server-generated session ID. Use it for all subsequent calls.
string
Session title.
string[]
The session’s collections.
Response

