curl --request GET \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/clipboard \
--header 'anchor-api-key: <api-key>'{
"data": {
"text": "<string>"
}
}Retrieves the current content of the clipboard
curl --request GET \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/clipboard \
--header 'anchor-api-key: <api-key>'{
"data": {
"text": "<string>"
}
}Was this page helpful?