Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Path Parameters

volume_id
string
required

The volume the blobs are being pushed for.

Body

application/json
volume_id
string

The volume the blobs are being pushed for.

blobs
object[]

The blobs to upload, at most 512 per request. Repeat the call in batches for larger pushes; it is read-only on the volume itself, so batches may run concurrently.

Response

OK

uploads
object[]

One entry per distinct requested digest: either already present, or an upload URL.

expires_in_seconds
integer<uint32>

How long the returned upload URLs stay valid, in seconds.