Skip to main content
POST
Run Command

Authorizations

X-API-Key
string
header
required

Path Parameters

sandbox_id
string
required

Body

application/json
command
string
required

Shell command to run inside the sandbox.

timeout
integer | null

Seconds before the command is killed.

Required range: 1 <= x <= 3600

Response

Successful Response

stdout
string
required
stderr
string
required
exit_code
integer
required
timed_out
boolean
required