Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nebius.com/llms.txt

Use this file to discover all available pages before exploring further.

  1. In the Nebius AI Cloud API repository, find and open the .proto file of the required service.
  2. Find the value of the api_service_name option. The .proto file of OperationService does not contain the api_service_name option because the service does not have its own endpoint. Use the endpoint of the service that initiated the operation.
  3. Paste the value into the endpoint format: .
  4. Send a gRPC request to the resulting endpoint.

Example

To define the endpoint for TokenExchangeService:
  1. Open the service .proto file.
  2. Copy the value of the option (api_service_name). That is tokens.iam.
  3. Paste the value into the endpoint format: .