Tokens

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 a token

post

Create tokens using the grant_type parameter.

Authorizations
AuthorizationstringRequired

Bearer authentication

Body
grantTypeundefined · enumOptionalPossible values:
appIDstringOptionalDeprecated
appSecretstringOptionalDeprecated
codestringOptional
redirectUristringOptional
refreshTokenstringOptional
usernamestringOptional
passwordstringOptional
clientIDstringOptional
clientSecretstringOptional
externalTokenstringOptional
Responses
chevron-right
200

Executed successfully.

application/json
post
/api/v1/token

Last updated