LangBot Docs
Knowledge Engines

List available knowledge engines

List all plugin-provided knowledge engines, including their capabilities and configuration schemas.

GET
/api/v1/knowledge/engines

List all plugin-provided knowledge engines, including their capabilities and configuration schemas.

Authorization

X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/knowledge/engines"
{  "code": 0,  "data": {    "engines": [      {}    ]  }}