TerminalpostBffTerminalInteract
Parameters
4 body
Body · 4
cwdstringCurrent working directory
commandIdstringRequiredID of the command awaiting input
interactionIdstringRequiredID of the specific prompt to answer
valueboolean | string | numberRequiredUser-provided response value
Request
POST /bff/terminal/interact
curl -X POST "https://api.bizkithub.com/bff/terminal/interact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"cwd": "/drive",
"commandId": "example_commandId",
"interactionId": "example_interactionId"
}'Response
JSON payload
{
"commandId": "example_commandId",
"outputs": [],
"cwd": "/drive",
"duration": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.