Creates a new knowledge base. After creation, add documents to it using the create document endpoint, then attach the knowledge base to an assistant.Documentation Index
Fetch the complete documentation index at: https://docs.intellixent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /user/knowledgebases
Request
Name of the knowledge base. Maximum 255 characters.
Optional description. Maximum 255 characters.
Response
Confirmation message.
The created knowledge base.
Example
201 Created
- Add documents using the create document endpoint.
- Wait for document processing to complete.
- Attach the knowledge base to an assistant using the update assistant endpoint.