Nebius Israel service API endpoints
Each Nebius Israel service has an endpoint that HTTP requests should be sent to. You can request a full list of endpoints using the endpointshttps://api.il.nebius.cloud
.
Example
Request:
curl https://api.il.nebius.cloud/endpoints
Result:
{
"endpoints": [
{
"id": "billing",
"address": "billing.api.il.nebius.cloud:443"
},
{
"id": "compute",
"address": "compute.api.il.nebius.cloud:443"
},
...
]
}