MarioC
10/01/2025, 3:37 PMVapi Support Bot
10/01/2025, 3:38 PM/kb/search endpoint:
js
app.post('/kb/search', (req, res) => {
const { message } = req.body;
// Implement your search logic here
res.json({ documents: [/* relevant docs */] });
});
Attach this endpoint to your Vapi assistant via the API for full control over retrieval logic.
For details, see the [Custom Knowledge Base guide](https://docs.vapi.ai/knowledge-base/custom-knowledge-base).
Source:
- [Custom Knowledge Base](https://docs.vapi.ai/knowledge-base/custom-knowledge-base)Vercel
10/01/2025, 3:47 PMHaii
11/11/2025, 5:17 AM