Basic Request
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
file | binary | Yes | File to upload (multipart form data) |
path | string | Yes | Destination path in sandbox |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
message | string | Success message |
path | string | Uploaded file path in sandbox |
size | integer | File size in bytes |
Example: Upload Image
Example: Upload to Directory
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

