hub
Info
hub
Info
GET
/
v1
/
hub
/
info
curl --request GET \
--url https://api.vlm.run/v1/hub/info
{
"version": "<string>"
}
Response
200 - application/json
Successful Response
The version of the hub.
curl --request GET \
--url https://api.vlm.run/v1/hub/info
{
"version": "<string>"
}