v7

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-01-26163065.1 KB

post/v1/sandboxes/{id}/upload

Path parameters

idstring required

Sandbox ID

Sandbox ID

Response

File uploaded successfully

messagestring required

Success message

pathstring required

Destination path where file was uploaded

sizeinteger required

File size in bytes

Example response

{
  "message": "File uploaded successfully",
  "path": "/data/myfile.txt",
  "size": 1024
}