Skip to main content
POST
Finish a resumable upload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

image_id
string
required

Body

application/json

Optional body: with no body (or an empty parts), the server asks storage which parts were uploaded — clients don't need to track ETags. Send parts only to assemble an explicit subset.

parts
CompletedPart · object[]

Uploaded parts to assemble. Usually omitted — the server discovers them from storage.

Example:

Response

Parts assembled; image processing runs asynchronously.

Acknowledgement that the parts were assembled and async processing began.

status
string
required
Example:

"processing"