v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0156121143.5 KB

Type text on the host computer

post/computer/type

Request body

textstring required

Text to type on the host computer

delayinteger

Delay in milliseconds between keystrokes. Ignored when smooth is true.

smoothboolean

Use human-like variable keystroke timing instead of a fixed delay. Defaults to true (same as moveMouse/dragMouse). Set to false for xdotool typing with an optional fixed delay between keys (delay=0 is instant). When true, text is typed in word-sized chunks with variable intra-word delays and natural inter-word pauses. The delay field is ignored when smooth is true.

typo_chancenumber

Per-character typo injection rate; mistakes are corrected with backspace. Default 0. Only applies when smooth is true (silently ignored when smooth is false).

Response

Text typed successfully