Write raw bytes to a process whose stdin was opened in pipe mode.
Write raw bytes to a process’s stdin. The process must be started withDocumentation Index
Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
Use this file to discover all available pages before exploring further.
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