Endpoint
POST /user/knowledgebases
Request
string
required
Name of the knowledge base. Maximum 255 characters.
string
Optional description. Maximum 255 characters.
Response
string
Confirmation message.
object
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.