Skip to main content
POST
Batch Create Uploads

Authorizations

Authorization
string
header
required

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

Path Parameters

bucket_identifier
string
required

The unique identifier of the bucket

Body

application/json

Request to generate multiple presigned URLs in a single request.

uploads
CreateUploadRequest · object[]
required

List of upload requests (max 100)

Required array length: 1 - 100 elements
shared_metadata
Shared Metadata · object | null

Metadata to apply to all uploads (merged with individual metadata)

shared_object_metadata
Shared Object Metadata · object | null

Object metadata to apply to all uploads (merged with individual)

Response

Successful Response

Response from batch upload request.

uploads
UploadResponse · object[]
required

Generated uploads with presigned URLs

total
integer
required

Total number of uploads created