POST
Assign Knowledge Base to Agent
Attaches a knowledge base to an Agent so it can reference its content.
POST
https://api.vantaxai.com/v1/agents/{agent_id}/knowledge-basesWhen attached, the Agent can answer questions using the text, FAQs, pages, and files in the knowledge base during calls and conversations.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Path Parameters
agent_idstringrequiredThe Agent to attach the knowledge base to.
example: agt_3d9b21
Body Parameters
knowledgebase_idstringrequiredThe knowledge base to attach.
example: kb_71ac0