---
title: "Type Text"
method: POST
path: "/api/keyboard/type"
tags: ["keyboard"]
---

# Type Text

`POST /api/keyboard/type`

Types a sequence of text with configurable speed and grouping.

## Request body

- TypeTextRequest
  - `text` string, required — Text to type
  - `display_num` integer — Display number to target
  - `typing_delay` integer — Delay between keystrokes in milliseconds
  - `typing_group_size` integer — Number of characters to type at once

## Response `200`

Successfully typed the text

- unknown

## Other responses

- `422` — Validation Error
- `500` — Internal server error

## Changes

- **2026-07-13** `5424450258fc` — 1 info
  - endpoint added
- **2025-01-13** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cuse-dev/apis/fastapi/changes/api/keyboard/type/post.md)

---

[API](https://skmtc.dev/cuse-dev/apis/fastapi.md) · [All operations](https://skmtc.dev/cuse-dev/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cuse-dev/fastapi/revisions/5424450258fc/schema)
