GET
/
models
/
v2
/
list
/
clusters
curl --request GET \
  --url https://api.bytez.com/models/v2/list/clusters \
  --header 'Authorization: <api-key>'
{
  "clusters": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Provide your API key as Key your-key-here in the Authorization header.

Response

200 - application/json
A successful response containing the list of clusters.
clusters
object[]