-
In the Nebius AI Cloud API repository, find and open the
.protofile of the required service. -
Find the value of the
api_service_nameoption. The.protofile of OperationService does not contain theapi_service_nameoption because the service does not have its own endpoint. Use the endpoint of the service that initiated the operation. - Paste the value into the endpoint format: .
- Send a gRPC request to the resulting endpoint.
Example
To define the endpoint forTokenExchangeService:
- Open the service .proto file.
- Copy the value of the
api_service_nameoption. In this example, it istokens.iam. - Paste the value into the endpoint format: .