Skip to main content
POST
/
v1
/
desktop
/
keyboard
/
type
Type desktop keyboard text.
curl --request POST \
  --url http://localhost:2468/v1/desktop/keyboard/type \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "delayMs": 1
}
'
{
  "ok": true
}

Body

application/json
text
string
required
delayMs
integer<int32> | null
Required range: x >= 0

Response

Desktop keyboard action result

ok
boolean
required