cURL
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>"
Types a sequence of text with configurable speed and grouping.
Text to type and typing parameters
Successfully typed the text
The response is of type any.
any