Skip to main content
POST
Get signed URLs for artifact version

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 generate signed URLs for.

paths
string[]
required

Paths of the files to generate signed URLs for.

operation
enum<string>
required

Operation the signed URLs should permit (READ or WRITE).

Available options:
READ,
WRITE

Response

200 - application/json

List of signed URLs for the requested file paths

data
SignedURL · object[]
required

List of generated signed URLs.