v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Uploads

Add upload part

Adds a Part to an Upload object. A Part represents a chunk of bytes from the file you are trying to upload.

Each Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB.

It is possible to add multiple Parts in parallel. You can decide the intended order of the Parts when you complete the Upload.

post/uploads/{upload_id}/parts

Path parameters

upload_idstring required
Example:upload_abc123

The ID of the Upload.

Response

OK

idstring required

The upload Part unique identifier, which can be referenced in API endpoints.

created_atinteger required

The Unix timestamp (in seconds) for when the Part was created.

upload_idstring required

The ID of the Upload object that this Part was added to.

object'upload.part' required

The object type, which is always upload.part.