Skip to main content
POST

Overview

Checkpoint a subset of an upload’s completed parts. The server stores each part_token (the ETag returned from a successful part PUT) so that:
  • A later Initiate Upload call with resume_if_started=true skips the checkpointed parts and only returns presigned URLs for the remaining ones.
  • Checkpointed parts do not need to be re-supplied on the Complete Upload call.
Use this endpoint to make incremental progress durable when uploading a large file in many parts.
Direct-to-cloud file uploads support files up to 250GB.

Path Parameters

string
required
Upload identifier returned by Initiate Upload

Request Body

array
required
Completed parts to checkpoint

Response

integer
Number of parts that were newly checkpointed (equal to the number of parts in the request after validation)