{ "opencollection": "1.0.0", "info": { "name": "KAITO RAGEngine REST Chat API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "RAG-grounded chat completions", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completion endpoint that grounds responses in the specified RAG index." } ] } ], "bundled": true }