Huddle01 Cloud
Regions

List regions

List available regions.

GET
/regions
X-API-Key<token>

GPU API key (format: mk_...). Generate from the dashboard or via POST /api-keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://gpu.huddleapis.com/api/v1/regions"
{
  "code": "OK",
  "data": [
    {
      "code": "FIN-03",
      "name": "Finland 3",
      "country_code": "FI"
    }
  ]
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}