Skip to main content
POST
Request image upload

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Body

application/json
name
string
required

Name for the container image.

Required string length: 1 - 128
client_hash
string | null

Client-computed content hash used to reuse an existing image version.

Required string length: 1 - 256

Response

Successful Response

image
ContainerImageResponse · object
required

Image version created or reused for the upload.

pre_signed_info
EcrPushInfo · object | null

Temporary push credentials, or null when the image is already uploaded.