/
LA
langbot
/
LangBot Service API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
langbot
LangBot Service API
get
获取系统信息
v1
latest
OpenAPI 3.0.3
AGPL-3.0
2026-07-26
59
17
38.7 KB
System
获取系统信息
获取 LangBot 实例的版本、版本类型等基本信息。此接口无需认证。
get
/api/v1/system/info
Response
成功
object
required
code
integer
data
object
Example response
{ "data": { "version": "v4.9.5", "edition": "community" } }