Skip to main content
POST
Write to a process's stdin

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

Process identifier (PID or name)

Body

application/octet-stream

Raw bytes to write

The body is of type string.

Response

Bytes written

message
string
required
Example:

"File created successfully"

path
string
Example:

"/path/to/file"

Last modified on September 9, 2026