Search
These are the endpoints for Search. More information coming soon.
GET
Regions
Description for this endpoint is coming soon.
Request
GET
/v1/regionscurl 'https://rest.compute.cudo.org/v1/regions' \
-H 'Authorization: bearer <YOUR-API-KEY>'\
-H 'Accept: application/json'
Response
{
"regions": [
{
"id": "string",
"name": "string",
"dataCenters": [
{
"id": "string"
}
]
}
]
}