REST and gRPC
The REST API is generated from the same Protocol Buffer service definitions as the gRPC API, rather than maintained as a separate interface. An API gateway translates HTTP/1.1 requests with a JSON body into the corresponding gRPC calls and converts the responses back to JSON. Because both interfaces share the same service definitions, they expose the same resources, operations and API versions. For more information, see Generating tools from a single API.Quickstart
Make your first request to the Nebius AI Cloud REST API
Authentication
Authenticate API requests with a user account or service account
API reference
Explore available endpoints, requests, responses and error codes