Chat
Create Session
Create a chat session, optionally bound to indexes (locked after the first message).
post/api/v1/chat
Query parameters
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Request body
Example request
{
"index_ids": [
"idx-abc123",
"idx-def456"
]
}Response
Successful Response
Example response
{
"session_id": "ses-abc123",
"generated_title": "What were the main findings in Q3?...",
"last_updated_at": "2026-04-22T12:34:41.342245",
"index_ids": [
"idx-abc123",
"idx-def456"
]
}