curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/copy \
--header 'anchor-api-key: <api-key>'{
"text": "<string>"
}Copies the currently selected text to the clipboard
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/copy \
--header 'anchor-api-key: <api-key>'{
"text": "<string>"
}Was this page helpful?