cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/sessions/{sessionId}/clipboard \ --header 'anchor-api-key: <api-key>'
{ "data": { "text": "Clipboard content" } }
Retrieves the current content of the clipboard
API key passed in the header
The ID of the browser session
Clipboard content retrieved successfully
The response is of type object.
object