Authorization header.
Authentication
REST API requests require an access token. You can configure authentication for a user account or service account. For instructions, see Authentication in the Nebius AI Cloud REST API.Error responses
When a request fails, the REST API returns a structured JSON error response. For example:code value is the numeric canonical gRPC status code, and the message value contains a human-readable description of the error. In this example, code 7 is PERMISSION_DENIED.
Nebius APIs use only the canonical codes in the full list of gRPC status codes.