Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Knowledgebase

workspaceId
string<uuid>
required

Integration ID of knowledge base system

name
string
required
Example:

"Customer service knowledgebase"

description
string
required
permission
enum<string>
default:private
required

Knowledgebase Permission

Available options:
private,
organization,
public
Example:

"organization"

type
enum<string>
default:standard
required

Knowledgebase Type

Available options:
standard,
external
Example:

"standard"

recall
object
required

Recall Options

Example:
parserConfig
object
required

Parser Config

Example:
integrationId
string<uuid>
required

Integration ID of knowledge base system

extKnowledgebaseId
string
required
copilotModel
object
required

Copilot embedding model

Example:

Response

201 - undefined