Read text from the clipboard on the browser instance

POST/browsers/{id}/computer/clipboard/read

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Response

application/json

Clipboard content read successfully

curl -X POST "https://example.com/browsers/string/computer/clipboard/read"
{  "text": "string"}