Create Sandbox Upload Url
createSandboxUploadUrlGet a presigned URL for uploading a file into a sandbox. Use for files larger than 10MB; smaller files can be uploaded directly via POST /v2/sandboxes/:sandbox_id/files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path where the file will be uploaded (e.g. /workspace/data.csv) | |
| sandbox_id | Yes | The sandbox's unique identifier |