Search

These are the endpoints for Search. More information coming soon.

GET
/v1/regions

Regions

Description for this endpoint is coming soon.

Request
GET
/v1/regions
curl 'https://rest.compute.cudo.org/v1/regions' \
-H 'Accept: application/json'
Response
{
  "regions": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}