Skip to content

Get All Knowledge Bases

GET
/api/v1/knowledge/bases

Get all builtin knowledge bases

Authorizations

ApiKeyAuth

API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here

TypeAPI Key (header: X-API-Key)
or
BearerAuth

Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>

TypeHTTP (bearer)

Responses

Success

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"bases": [
{
}
]
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI