Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
OK
curl -X GET \
     -H "Authorization: Bearer $TOGETHER_API_KEY" \
     https://manager.cloud.together.ai/api/v1/regions{
  "regions": [
    {
      "id": "<string>",
      "name": "<string>",
      "availability_zones": [
        "<string>"
      ],
      "driver_versions": [
        "<string>"
      ]
    }
  ]
}curl -X GET \
     -H "Authorization: Bearer $TOGETHER_API_KEY" \
     https://manager.cloud.together.ai/api/v1/regions{
  "regions": [
    {
      "id": "<string>",
      "name": "<string>",
      "availability_zones": [
        "<string>"
      ],
      "driver_versions": [
        "<string>"
      ]
    }
  ]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Show child attributes
Was this page helpful?