Create Knowledge Base
Knowledge Bases
Create Knowledge Base
Create a new knowledge base for the organization.
POST
Create Knowledge Base
Documentation Index
Fetch the complete documentation index at: https://docs.kollie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create Knowledge Base
This endpoint creates a new knowledge base for your organization.Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
| Content-Type | string | Yes | application/json |
Body
Body Fields
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the knowledge base |
| description | string | No | Description of the knowledge base |
Response
200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the knowledge base |
| name | string | Name of the knowledge base |
| description | string | Description of the knowledge base |
| created_at | string | Timestamp when the knowledge base was created |
| updated_at | string | Timestamp when the knowledge base was last updated |
| organization_id | string | ID of the organization that owns the knowledge base |
Example
Authorizations
Body
application/json
Response
Successful Response

