Skip to main content
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

string
required
The name of the knowledge base (max. 255 characters)
string
Optional description of the knowledge base (max. 255 characters)

Response Fields

string
Success message
object
The created knowledge base object

Next Steps

After creating a knowledge base, you should:
  1. Add documents - Use the Create Document endpoint to add content
  2. Wait for processing - Documents are processed asynchronously
  3. Attach to assistants - Use the Update Assistant endpoint to attach the knowledge base