Skip to main content
POST
Batch Confirm 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 confirm multiple uploads in batch.

confirmations
Confirmations · object[]
required

List of confirmations with upload_id, etag, file_size_bytes

Required array length: 1 - 100 elements

Response

Successful Response

Response from batch confirmation.

task_id
string
required

Task ID for tracking batch confirmation progress

status
enum<string>
required

Task status

Available options:
PENDING,
QUEUED,
IN_PROGRESS,
PROCESSING,
COMPLETED,
COMPLETED_WITH_ERRORS,
FAILED,
CANCELED,
INTERRUPTED,
UNKNOWN,
SKIPPED,
DRAFT,
ACTIVE,
ARCHIVED,
SUSPENDED
confirmations_count
integer
required

Number of confirmations being processed

task
TaskResponse · object
required

Full task details

Examples:
message
string
default:Batch confirmation is being processed in the background.

Status message