Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Parts

Use Uploads to upload large files in multiple parts.

Add upload part
uploads.parts.create(strupload_id, PartCreateParams**kwargs) -> UploadPart
POST/uploads/{upload_id}/parts
ModelsExpand Collapse
class UploadPart:

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