Skip to main content
POST
/
v1
/
sessions
/
{sessionId}
/
keyboard
/
type
Type Text
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>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

sessionId
string<uuid>
required

The ID of the browser session

Body

application/json
text
string
required

Text to type

delay
integer

Delay between keystrokes in milliseconds

Response

Text typed successfully

status
string
I