GET

/api/version

API version info

Returns the current API version and build metadata.

curl -s "$BASE/api/version"

响应示例

{
  "version": "1.9.0"
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test