Skip to main content
POST
Send Keys

Description

Sends one or more key presses to the browser. Supports special keys like Backspace, Enter, Tab, and ArrowUp. Multiple keys can be sent as a comma-separated string.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID returned from Create Session.

Request Body

keys
string
required
Key or comma-separated list of keys to send. Repeat a key by appending a count, e.g. Backspace10 to press Backspace 10 times.

Response

success
boolean
Whether the keys were sent successfully.
message
string
Confirmation message.

Example