Skip to main content
POST
/
v1
/
desktop
/
clipboard
Write to the desktop clipboard.
curl --request POST \
  --url http://localhost:2468/v1/desktop/clipboard \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "selection": "<string>"
}
'
{
  "ok": true
}

Body

application/json
text
string
required
selection
string | null

Response

Clipboard updated

ok
boolean
required