Batch Create Uploads
Uploads
Batch Create Uploads
Generate multiple presigned URLs in a single request.
All uploads belong to the same bucket (from path parameter). Maximum 100 uploads per batch.
Shared metadata is merged with individual upload metadata (individual takes precedence).
POST
Batch Create Uploads
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the bucket
Body
application/json
Request to generate multiple presigned URLs in a single request.
List of upload requests (max 100)
Required array length:
1 - 100 elementsMetadata to apply to all uploads (merged with individual metadata)
Object metadata to apply to all uploads (merged with individual)

