v1

latestOpenAPI 3.0.3AGPL-3.02026-07-26591738.7 KB
System

获取系统信息

获取 LangBot 实例的版本、版本类型等基本信息。此接口无需认证。

get/api/v1/system/info

Response

成功

codeinteger

Example response

{
  "data": {
    "version": "v4.9.5",
    "edition": "community"
  }
}