cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{sessionId}/keyboard/type \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "text": "Hello from Session Manager VNC API test!", "delay": 30 }'
{ "status": "success" }
Types the specified text with optional delay between keystrokes
API key passed in the header
The ID of the browser session
Text typed successfully
The response is of type object.
object