Nebius Israel
Contact usConsole
  • GPU
  • Docs
© 2023 Nebius Israel Ltd
Nebius Israel API concepts
  • Basic principles
  • Authentication
  1. API methods
  2. API endpoints

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 endpoints request to the URL https://api.il.nebius.cloud.

ExampleExample

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"
  },
  ...
 ]
}
© 2023 Nebius Israel Ltd