The upload part object
The upload Part represents a chunk of bytes we can add to an Upload object.
OBJECT The upload part object
1
2
3
4
5
6
{
"id": "part_def456",
"object": "upload.part",
"created_at": 1719186911,
"upload_id": "upload_abc123"
}