The upload part object

The upload Part represents a chunk of bytes we can add to an Upload object.source

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

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

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

The object type, which is always upload.part.source

OBJECT The upload part object
1
2
3
4
5
6
{
    "id": "part_def456",
    "object": "upload.part",
    "created_at": 1719186911,
    "upload_id": "upload_abc123"
}