POST
/
api
/
keyboard
/
key
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/keyboard/key \
  --header 'Content-Type: application/json' \
  --data '{
  "display_num": 1,
  "key": "enter"
}'
"<any>"

Body

application/json

Key to press

Response

200
application/json

Successfully pressed the key

The response is of type any.