Skip to main content
POST
Run Code

请求头

authorization
string | null
X-StarForge-Token
string | null

请求体

application/json

Sandbox Fusion's request, as verl's call_sandbox_api actually sends it.

Every field is here because that client sends it on every call. files and fetch_files are accepted and refused when non-empty rather than ignored: silently dropping a program's data files would return a wrong reward, which is worse than returning an error.

code
string
必填
Required string length: 1 - 200000
language
string
默认值:python
stdin
string | null
run_timeout
number | null
compile_timeout
number | null
memory_limit_MB
integer | null
files
Files · object
fetch_files
string[]

响应

Successful Response