Skip to main content
POST
Create multipart upload

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string
required

Identifier of the artifact version to upload to.

path
string
required

Path of the file relative to the artifact version storage root.

num_parts
number
required

Number of parts the file will be split into for the multipart upload.

Response

200 - application/json

Multipart upload information including signed URLs for each part

data
MultiPartUpload · object
required

Details of the created multipart upload.