JR3B3U
05/02/2025, 12:30 AMVapi Support Bot
05/02/2025, 12:32 AMbash
# Create knowledge base with your PDF file
curl -X POST "https://api.vapi.ai/knowledge-base" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@objections.pdf"
Then attach it to your assistant using the API as described in the [Vapi documentation](https://docs.vapi.ai/knowledge-base).
Sources:
- [Discord conversation](https://discord.com/channels/1211482211119796234/1334889552002809928)
- [Vapi Knowledge Base documentation](https://docs.vapi.ai/knowledge-base)Kings_big💫
05/02/2025, 2:47 PM