POST
/
tools
/
perform-web-task

Authorizations

apiKey
string
query
required

API key passed as a query parameter

Query Parameters

sessionId
string

An optional session identifier to reference an existing running sessions. When passed, the tool will be executed on the provided session.

Body

application/json
url
string

The URL of the webpage. If not provided, the tool will use the current page in the session.

task
string

The task to be autonomously completed.

Response

200
application/json
The result of the autonomous task.
result
string

The outcome or answer produced by the autonomous task.