JavaScript
Navigation
Input text
Types the given text into the focused input field. Supports optionally clearing the field first and a stealth mode that emulates human typing speed and error rate on supported devices.
POST
JavaScript
Text goes to the currently focused input field — tap a field first, and confirm focus via the UI state response (
phone_state.focusedElement and keyboardVisible).
wpm and errorRate are stealth-only tuning knobs, and each applies to a different class of device: devices with human-like input support honor errorRate and ignore wpm; all other devices honor wpm and ignore errorRate.Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Body
application/json
Response
No Content