Computer Actions
Type text
Type a string on the computer keyboard, one character at a time.
POST
Type text
Types text on the computer keyboard. Each character is sent as an individual keystroke, so unicode characters and printable symbols are supported.
Path parameters
Computer ID (UUID).
Body parameters
Text to type. Supports unicode characters.
Delay between keystrokes in milliseconds. Lower values type faster; higher values can help with flaky inputs.
Response
true if text was typed.Always
type.Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Missing text, or computer instance not available. |
401 | Missing or invalid API key. |
403 | You do not have access to this computer. |
404 | Computer not found. |
500 | Upstream desktop agent failure. |
Type text