Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

IAM bearer token issued by the Nebius IAM service. Sent as Authorization: Bearer <iam-token>. Must be combined with the Project header (see IAMProjectHeader).

This is the recommended authentication scheme for new clients.

Project
string
header
required

Nebius project ID associated with the IAM token. Required together with IAMBearerAuth. Identifies the project context the request is scoped to.

Path Parameters

sha256
string
required

SHA256 hash of the file (64 hex characters)

Pattern: ^[0-9a-fA-F]{64}$

Response

File info

uuid
string<uuid>
required

A UUID string

Example:

"12345678-9abc-baba-deda-0123456789ab"

sha256
string
required

SHA256 hash of the file content

size
integer<int64>
required

File size in bytes; -1 if unknown

Example:

1024

created_at
string<date-time>
required

When the file was first uploaded by this namespace

updated_at
string<date-time>
required

Updated on each upload of the same file