Skip to main content
POST
/
process.Process
/
SendInput
SendInput
curl --request POST \
  --url https://api.example.com/process.Process/SendInput \
  --header 'Content-Type: application/json' \
  --data '
{
  "process": {
    "pid": 123
  },
  "input": {
    "pty": "aSDinaTvuI8gbWludGxpZnk="
  }
}
'
{}

Body

application/json
process
process · object
input
input · object

Response

Success

The response is of type SendInputResponse · object.