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

ID of the artifact version to upload files to

path
string
required

Relative path within the artifact version where the file should be uploaded

num_parts
integer
required

Number of parts to split the upload into for multipart upload

Response

Multipart upload information including signed URLs for each part

data
Data · object
required

Multipart upload information including signed URLs for each part