---
title: "Insert text in WebView"
method: POST
path: "/api/v1/webview/input/text"
tags: ["webview"]
---

# Insert text in WebView

`POST /api/v1/webview/input/text`

Inserts text into the currently focused element in the WebView without clearing existing content.

## Request body

- WebViewInputTextRequest — unresolved $ref

## Response `200`

Text inserted.

- object
  - `success` boolean

## Other responses

- `404` — Element not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
