---
title: "Write text to the clipboard on the browser instance"
method: POST
path: "/browsers/{id}/computer/clipboard/write"
tags: ["Browser Computer Controls"]
---

# Write text to the clipboard on the browser instance

`POST /browsers/{id}/computer/clipboard/write`

## Path parameters

- `id` string, required

## Request body

- WriteClipboardRequest
  - `text` string, required — Text to write to the system clipboard

## Response `200`

Text written to clipboard successfully

## Other responses

- `400` — Bad Request – invalid input
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
