Connectors
Write to a running process's stdin
post/api/connectors/processes/{sid}/stdin
Path parameters
sidstring required
Session id returned by exec_command
Request body
Example request
{
"data_b64": "aGVsbG8="
}Response
OK
Example response
{
"ok": true
}