v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
keyboard

Type Text

Types a sequence of text with configurable speed and grouping.

post/api/keyboard/type

Request body

textstring required

Text to type

display_numinteger

Display number to target

typing_delayinteger

Delay between keystrokes in milliseconds

typing_group_sizeinteger

Number of characters to type at once

Example request

{
  "display_num": 1,
  "text": "Hello, World!",
  "typing_delay": 12,
  "typing_group_size": 50
}

Response

Successfully typed the text

{"stackTrail":"paths:/api/keyboard/type:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}