Use tokens to facilitate authentication to the NVIDIA Run:ai API. The API server must be configured to use the NVIDIA Run:ai identity service to validate authentication tokens.
Create tokens using the grant_type parameter.
Executed successfully.
Bad request.
unexpected error
unexpected error
Obtain the clientID and the clientSecret using service accounts or access keys endpoints
{- "grantType": "client_credentials",
- "clientID": "clientID",
- "clientSecret": "clientSecret"
}{- "accessToken": "string",
- "idToken": "string",
- "refreshToken": "string"
}