Actions
Upload File Chunk
Upload data to the file identified by File ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| File Content | The contents of the file to upload as bytes. |
| File ID | The ID of the file to upload. Can be obtained from the ‘Initiate File Upload’ action. |
| Upload Offset | The numeric offset at which the bytes contained in the body should be written. This offset must be a multiple of the initiated chunk size returned in ‘Initiate File Upload’. |
Was this page helpful?