Create a knowledge base
Creates a new knowledge base.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the knowledge base.
description
A description of the knowledge base.
folder_id
The ID of the folder where the knowledge base resides.
source_type
The source of the knowledge base, such as a recipe.
data_sources
Configure data sources for the knowledge base.
Response
Knowledge base created successfully
id
The unique identifier of the created knowledge base.
name
The name of the knowledge base.
description
A description of the knowledge base.
folder_id
The ID of the folder where the knowledge base resides.
source_type
The source of the knowledge base.
data_sources
Configure data sources for the knowledge base.