Create knowledgebase
Knowledgebases
Create knowledgebase
Create a new knowledgebase
POST
Create knowledgebase
This endpoint creates a new knowledgebase. After creation, you can add documents to it using the create document endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
The name of the knowledgebase (max 255 characters)
Optional description of the knowledgebase (max 255 characters)
Response
Success message
The created knowledgebase object
Next Steps
After creating a knowledgebase, you’ll want to:- Add documents - Use the create document endpoint to add content
- Wait for processing - Documents are processed asynchronously
- Attach to assistant - Use the update assistant endpoint to attach the knowledgebase

