Skip to main content
In this quickstart, you will authenticate to the Nebius AI Cloud with your user account and make your first REST API request.

Prerequisites

Install and configure the Nebius AI Cloud CLI. You will use the CLI to get an access token for the REST API.

Steps

Get an access token

Create an access token for your user account:
The command returns an access token that is valid for 12 hours. You will add this token to your first API request.

Make your first API request

Get the profile of your user account:
Specify the access token that you created in the previous step. The response contains your user profile, confirming that the request was authenticated successfully.

What’s next