Computer
Computer Interaction

Perform keyboard interaction on a Computer.

Perform the specified keyboard interaction on the Computer identified by the given ID.

post/v1/devboxes/computers/{id}/keyboard_interaction

Path parameters

idstring required

The Computer ID.

Request body

action'key' | 'type' required
textstring nullable

The text to type or the key (with optional modifier) to press.

Response

OK

outputstring
errorstring
latest_screenshot_base64_imgstring

Changes