POST | /api/v1/public/knowledge-bases/:knowledgeBaseId/chat | Streaming RAG chat (SSE) |
POST | /api/v1/public/threads/:threadId/chat | Continue a conversation |
GET | /api/v1/public/knowledge-bases/:knowledgeBaseId/ws | WebSocket chat transport |
POST | /api/v1/public/knowledge-bases/:knowledgeBaseId/search | Hybrid search |
POST | /api/v1/public/knowledge-bases/:knowledgeBaseId/form-deflect | Support-form deflection |
POST | /api/v1/public/feedback | Message feedback |
DELETE | /api/v1/public/feedback/:messageId | Withdraw a vote |
GET | /api/v1/public/knowledge-bases/:knowledgeBaseId/widget-config | Widget configuration |
GET | /api/v1/public/knowledge-bases/:knowledgeBaseId/suggested-questions | Suggested questions |
POST | /api/v1/public/knowledge-bases/:knowledgeBaseId/related | Related articles |
GET | /api/v1/public/form-deflectors/:deflectorId/config | Deflector wiring (origin-checked) |
POST | /api/v1/public/deflections/:id/outcome | Report a deflection outcome |
POST | /api/v1/public/agents/:agentId/run | Run an agent (see @beforequery/agents) |