cURL
AI/v1
Put apiaiv1kb
PUT
cURL
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
请求体
application/json
Knowledgebase
Integration ID of knowledge base system
示例:
"Customer service knowledgebase"
Knowledgebase Permission
可用选项:
private, organization, public 示例:
"organization"
Knowledgebase Type
可用选项:
standard, external 示例:
"standard"
Recall Options
示例:
{ "topK": 10, "score": 0.5 }Parser Config
示例:
{
"chunkSize": 1000,
"chunkOverlap": 100,
"delimiter": "; , ."
}Integration ID of knowledge base system
Copilot embedding model
示例:
{
"copilotId": "xxxx",
"modelType": "text-embedding",
"model": "text-embedding-v4"
}响应
200 - undefined