PLATINUM DOCS
ApiSandboxes

Write to a process’s stdin (or close it)

POST
/v1/sandboxes/{id}/processes/{handle}/stdin

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
handle*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/sandboxes/string/processes/string/stdin" \  -H "Content-Type: application/json" \  -d '{}'
{  "written": 0,  "closed": true}
Empty