DocsAPI ReferenceTerminal/bff/terminal/execute-stream
postTerminalAdmin BFF

/bff/terminal/execute-stream

Execute terminal command with SSE streaming

TerminalpostBffTerminalExecute-stream

Parameters

2 body

2 total
Body · 2
cwdstring

Current working directory

inputstringRequired

Command string to execute

Request

POST /bff/terminal/execute-stream

post
curl -X POST "https://api.bizkithub.com/bff/terminal/execute-stream" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "cwd": "/drive",
  "input": "ls -la"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key