cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{sessionId}/paste \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "text": "<string>" } '
{ "status": "<string>" }
Pastes text at the current cursor position
API key passed in the header
The ID of the browser session
Text to paste
Text pasted successfully
Was this page helpful?