---
title: "Input text"
method: POST
path: "/devices/{deviceId}/keyboard"
tags: ["Tools"]
---

# Input text

`POST /devices/{deviceId}/keyboard`

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Request body

- KeyboardInputArgs
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `clear` boolean
  - `errorRate` number, double — Per-character mistake rate for humantouch typing. -1 uses server default.
  - `stealth` boolean
  - `text` string, required
  - `wpm` integer — Words per minute for stealth typing. 0 uses portal default.

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
