liam123
09/28/2025, 4:38 PMChiranjeet Mishra
09/28/2025, 4:38 PMVapi Support Bot
09/28/2025, 4:38 PMbash
curl --location 'https://api.vapi.ai/knowledge-base' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_VAPI_API_KEY' \
--data '{
"provider": "custom-knowledge-base",
"server": {
"url": "https://your-domain.com/kb/search",
"secret": "your-webhook-secret"
}
}'
Replace the URL and secret with your own values. For more details, see the [official documentation](https://docs.vapi.ai/knowledge-base/custom-knowledge-base).
Source:
- [Custom Knowledge Base | Vapi Docs](https://docs.vapi.ai/knowledge-base/custom-knowledge-base)Chiranjeet Mishra
10/01/2025, 7:01 AMliam123
10/02/2025, 8:05 AMChiranjeet Mishra
10/06/2025, 2:27 AMliam123
10/06/2025, 2:06 PM