Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Execute Request
Code snippet to execute.
"print('Hello, world!')"
Programming language for the code to execute. Currently only supports Python, but more will be added.
python
Files to upload to the session. If present, files will be uploaded before executing the given code.
Identifier of the current session. Used to make follow-up calls. Requests will return an error if the session does not belong to the caller or has expired.
"ses_abcDEF123"