cURL
AI/v1
Post apiaiv1kb
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Knowledgebase
Integration ID of knowledge base system
Example:
"Customer service knowledgebase"
Knowledgebase Permission
Available options:
private, organization, public Example:
"organization"
Knowledgebase Type
Available options:
standard, external Example:
"standard"
Recall Options
Example:
{ "topK": 10, "score": 0.5 }Parser Config
Example:
{
"chunkSize": 1000,
"chunkOverlap": 100,
"delimiter": "; , ."
}Integration ID of knowledge base system
Copilot embedding model
Example:
{
"copilotId": "xxxx",
"modelType": "text-embedding",
"model": "text-embedding-v4"
}Response
201 - undefined