---
title: "Paste Text"
method: POST
path: "/v1/sessions/{sessionId}/paste"
tags: ["OS Level Control"]
---

# Paste Text

`POST /v1/sessions/{sessionId}/paste`

Pastes text at the current cursor position

## Path parameters

- `sessionId` string, uuid, required

## Request body

- PasteRequestSchema
  - `text` string, required — Text to paste

## Response `200`

Text pasted successfully

- object
  - `status` string

## Other responses

- `400` — Invalid parameters
- `404` — Session not found
- `500` — Failed to paste text

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
