Skip to main content

Select

POST 

https://api.agentstation.ai/v1/workstations/:workstation_id/browser/select

Select an option from a dropdown or multi-select element in the active tab of the Workstation browser.

Request

Responses

No Content - the operation was successful but there is no additional content to return.

Authorization: http

name: bearerAuthtype: httpdescription: API keys are used to authenticate to the AgentStation platform. 
You can create and manage your API keys in the dashboard.
To use this API, you need to send a Bearer Token in the Authorization header.
Example: Authorization: Bearer <your_token_here>
scheme: bearer
curl -L 'https://api.agentstation.ai/v1/workstations/:workstation_id/browser/select' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"selector": "string",
"values": [
"string"
]
}'
Request Collapse all
Base URL
https://api.agentstation.ai/v1
Auth
Parameters
— pathrequired
Body required
{
  "selector": "string",
  "values": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!