Skip to main content
POST
JavaScript
Replaces the device’s primary clipboard with the given plain text, exactly as if it had been copied on the device — a paste in any app inserts it. Sending an empty text clears the clipboard.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Body

application/json
text
string
required

Response

No Content