Write raw bytes to a process whose stdin was opened in pipe mode.
stdin_mode: "pipe" for this endpoint to work.
204 No Content when the bytes are accepted.
If stdin was not opened in pipe mode, Tensorlake returns 400 Bad Request. Missing processes return 404 Not Found.
To deliver EOF without killing the process, use Close Process Stdin.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The operating system PID of the process.
The body is of type file.
Stdin bytes accepted