Skip to main content
GET
/
v1
/
desktop
/
clipboard
Read the desktop clipboard.
curl --request GET \
  --url http://localhost:2468/v1/desktop/clipboard
{
  "selection": "<string>",
  "text": "<string>"
}

Query Parameters

selection
string | null

Response

Clipboard contents

selection
string
required
text
string
required