LangBot Docs
System

Get system information

Get basic information about the LangBot instance, including its version and release type. This endpoint does not require authentication.

GET
/api/v1/system/info

Get basic information about the LangBot instance, including its version and release type. This endpoint does not require authentication.

Response Body

application/json

curl -X GET "https://example.com/api/v1/system/info"
{  "code": 0,  "data": {    "version": "v4.9.5",    "debug": true,    "edition": "community",    "enable_marketplace": true,    "cloud_service_url": "string",    "allow_modify_login_info": true,    "disable_models_service": true,    "limitation": {},    "wizard_status": "none",    "wizard_progress": {}  }}