-
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 ofOperationServicedoes 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
option (api_service_name). That istokens.iam. - Paste the value into the endpoint format: .