Code
Execute Code
Execute a code snippet and return the output. Supports Python, JavaScript, TypeScript, and more.
POST
Authorization
string
required
Bearer token.
Bearer API_key, can be found in Settings > API Keys.Request Body
string
required
The code to execute.
string
required
Programming language. Options:
python, javascript, typescript, rust, go, shell.integer
Execution timeout in seconds. Default:
30. Max: 300.