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

Body

data
data · object
required

Response

Success

The response is of type StreamInputResponse · object.