v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBConnectors
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
}