Create knowledge base
Knowledge Base
Create knowledge base
Create a new knowledge base to store and chat with documents
POST
Create knowledge base
Authorizations
Bearer token authentication. Supports two token types:
- JWT Access Token — obtained via
POST /v1/auth/login - Personal Access Token (PAT) — created via
POST /v1/api-tokens, format:cmnd_<tokenId>.<secret>
Body
application/json
Response
Knowledge base created successfully
Example:
"kb_abc123"
Example:
"knowledgebase"
Example:
"My Knowledge Base"
Example:
"Technical documentation"
Example:
true
Unix timestamp
Example:
1699564800
Unix timestamp
Example:
1699564800
Example:
5
Example:
102400

