Chats
Conversational interface on top of RAG with full message history.
Chats provide a conversational interface on top of RAG. Create a session, send messages, and get context-aware responses with full history.
Create a chat and send messages
Chat endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/chats | Create a new chat session |
POST | /v1/chats/:id/messages | Send a message |
POST | /v1/chats/:id/messages/stream | Stream a message response |
GET | /v1/chats | List chat sessions |
GET | /v1/chats/:id | Get chat history |