POST
/
api
/
keyboard
/
type
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/keyboard/type \
  --header 'Content-Type: application/json' \
  --data '{
  "display_num": 1,
  "text": "Hello, World!",
  "typing_delay": 12,
  "typing_group_size": 50
}'
"<any>"

Body

application/json

Text to type and typing parameters

Response

200
application/json

Successfully typed the text

The response is of type any.