POST
Add FAQ Source
Adds a structured FAQ source — a list of question/answer pairs.
POST
https://api.vantaxai.com/v1/knowledge-bases/{knowledgebase_id}/sources/faqFAQ sources are ideal for front-desk knowledge. Each item is indexed independently so the Agent can retrieve the most relevant answer to a caller's question.
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
knowledgebase_idstringrequiredThe knowledge base to add the source to.
example: kb_71ac0
Body Parameters
titlestringrequiredA label for the FAQ source.
example: Booking FAQ
itemsarrayrequiredArray of FAQ entries. Each item is an object with `question` and `answer` strings.