v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
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/devices/{deviceId}/keyboard

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

clearboolean
errorRatenumber double

Per-character mistake rate for humantouch typing. -1 uses server default.

stealthboolean
textstring required
wpminteger

Words per minute for stealth typing. 0 uses portal default.

Example request

{
  "$schema": "https://example.com/schemas/KeyboardInputArgs.json"
}

Response

No Content