OS Level Control
Set Clipboard Content
Sets the content of the clipboard
POST
Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
Text to set in the clipboard
Example:
"Text from clipboard API"
Response
200
application/json
Clipboard content set successfully
Example:
"success"