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 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Types a sequence of text with configurable speed and grouping.
Text to type and typing parameters
Text to type
"Hello, World!"
Display number to target
1
Delay between keystrokes in milliseconds
x >= 0
12
Number of characters to type at once
50
Successfully typed the text