hub
List Domains
hub
List Domains
Get the list of supported domains.
GET
/
v1
/
hub
/
domains
curl --request GET \
--url https://api.vlm.run/v1/hub/domains
[
{
"domain": "<string>"
}
]
Response
200 - application/json
Successful Response
The domain to get the info for.
curl --request GET \
--url https://api.vlm.run/v1/hub/domains
[
{
"domain": "<string>"
}
]