> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nebius AI Cloud REST API

The Nebius AI Cloud REST API provides programmatic access to the platform over standard HTTP/1.1 with JSON and provides a familiar way to interact with the Nebius AI Cloud API for teams that prefer plain REST over gRPC, SDKs, the CLI or Terraform.

## REST and gRPC

The REST API is generated from the same Protocol Buffer service definitions as the [gRPC API](/grpc-api/index), rather than maintained as a separate interface.

An API gateway translates HTTP/1.1 requests with a JSON body into the corresponding gRPC calls and converts the responses back to JSON. Because both interfaces share the same service definitions, they expose the same resources, operations and API versions.

For more information, see [Generating tools from a single API](/developer-tools#generating-tools-from-a-single-api).

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/rest-api/quickstart">
    Make your first request to the Nebius AI Cloud REST API
  </Card>

  <Card title="Authentication" icon="key" href="/rest-api/authentication">
    Authenticate API requests with a user account or service account
  </Card>

  <Card title="API reference" icon="book-open" href="/rest-api/reference">
    Explore available endpoints, requests, responses and error codes
  </Card>
</CardGroup>
