Skip to main content
POST
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.

Body

application/json
registry
object
required
tag
string | null

Tag to identify the image when listing publicly available images. If omitted, the image will be private and only accessible by ID.

Example:

"busybox:latest"

timeout
integer
default:300

Maximum time in seconds to wait for the import operation to complete

Example:

300

Response

Created - The request has been accepted for processing

uuid
string<uuid>
required

A UUID string

Example:

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