Create Knowledge Base
Create Knowledge Base
Create a new knowledge base in Famulor via API to power your AI voice assistants with company information, FAQs, product details and reference documents.
POST
Create Knowledge Base
This endpoint creates a new knowledge base. After creation, you can add documents by using the Create Document endpoint.
Request Body
The name of the knowledge base (max. 255 characters)
Optional description of the knowledge base (max. 255 characters)
Response Fields
Success message
The created knowledge base object
Next Steps
After creating a knowledge base, you should:- Add documents - Use the Create Document endpoint to add content
- Wait for processing - Documents are processed asynchronously
- Attach to assistants - Use the Update Assistant endpoint to attach the knowledge base

