Write to process stdin
POST
/browsers/{id}/process/{process_id}/stdinAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Browser session ID
process_id*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Data to write to the process standard input.
Response
application/json
Bytes written
Result of writing to stdin.
curl -X POST "https://example.com/browsers/string/process/497f6eca-6276-4993-bfeb-53cbbbba6f08/stdin" \ -H "Content-Type: application/json" \ -d '{ "data_b64": "string" }'{ "written_bytes": 0}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}