Basic Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sandbox_id | string | Yes | Sandbox ID |
path | string | Yes | Destination path in sandbox |
data | string/bytes | Yes | File content to upload |
Batch Upload
Upload multiple files in a single request:Supported File Types
- Text files: .txt, .csv, .json, .xml
- Images: .png, .jpg, .gif, .svg
- Documents: .pdf, .docx, .xlsx
- Code files: .py, .js, .html, .css
- Archives: .zip, .tar.gz
Next Steps
List Files
View uploaded files
Read File
Read uploaded file contents
Download File
Download files from sandbox
Run Python Code
Process uploaded files with code

