Create Knowledge Base
Knowledge Bases
Create Knowledge Base
Create a new knowledge base from text or file content.
POST
Create Knowledge Base
Authorizations
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Body
application/json
Name for the knowledge base
Required string length:
1 - 255Example:
"Product Documentation"
Optional description
Maximum string length:
1000Example:
"Complete product manual and FAQs"
Text content or base64-encoded file
Example:
"Product Overview..."
File name if uploading a file
Example:
"manual.pdf"

