GET
/
v1
/
hub
/
domains
curl --request GET \
  --url https://api.vlm.run/v1/hub/domains
[
  {
    "domain": "<string>"
  }
]

Description

This endpoint returns the list of supported domains / schemas in the VLM Run Hub.

Response

200 - application/json
Successful Response
domain
string
required

The domain to get the info for.