cURL
curl --request GET \ --url http://localhost:5300/api/v1/knowledge/bases \ --header 'X-API-Key: <api-key>'
{ "code": 0, "msg": "ok", "data": { "bases": [ {} ] } }
Get all builtin knowledge bases
API Key authentication using X-API-Key header. Example: X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
Success
0
"ok"
表示 子属性