Vapi Support Bot
05/22/2025, 12:15 PM.csv
file and upload it as a Knowledge Base in Vapi. Then, associate this file with your assistant so it can answer based on your Q&A pairs. For programmatic setup via HTTPS/JSON, use the API to create a knowledge base:
json
POST https://api.vapi.ai/knowledge-base
{
"provider": "custom-knowledge-base",
"files": ["<your_uploaded_file_id>"]
}
This ensures your assistant will answer using the data you provided.
Note: Real-time reading from a live spreadsheet is not currently supported—data must be uploaded first.
[See full docs](https://docs.vapi.ai/knowledge-base)
Sources:
- [Vapi Knowledge Base Documentation](https://docs.vapi.ai/knowledge-base)
- [Vapi API Reference: Create Knowledge Base](https://docs.vapi.ai/api-reference/knowledge-bases/create)wreox
05/22/2025, 12:15 PMVapi
05/22/2025, 3:44 PM