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": "<string>" } '
{ "status": "<string>" }
Types the specified text with optional delay between keystrokes
Documentation IndexFetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
API key passed in the header
The ID of the browser session
Text to type
Delay between keystrokes in milliseconds
Text typed successfully
Was this page helpful?