curl --location 'https://api.aboai.ai/v1/knowledge/search' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data '{
"kid": "",
"query": "什么是新餐饮",
"maxResults": 5,
"similarityThreshold": 0.55
}'{
"code": 0,
"msg": "string",
"data": [
{
"fid": "string",
"content": "string",
"docId": "string",
"docName": "string",
"score": 0
}
]
}