DanToy
12/09/2025, 7:40 AMVapi Support Bot
12/09/2025, 7:41 AMbash
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"
}
}'
This ensures your assistant continues to work efficiently after Trieve deprecation.
For more details, see the [migration guide](https://docs.vapi.ai/knowledge-base/migrating-from-trieve).
Source:
- [Migrating from Trieve](https://docs.vapi.ai/knowledge-base/migrating-from-trieve)Vapi Support Bot
12/09/2025, 8:35 AMChiranjeet Mishra
12/10/2025, 12:48 PM