Authorizations
API key passed as a query parameter
Query Parameters
An optional session identifier to reference an existing running sessions. When passed, the tool will be executed on the provided session.
Body
application/json
The URL of the webpage. If not provided, the tool will use the current page in the session.
Example:
"https://anchorbrowser.io"
The task to be autonomously completed.
Example:
"Who is the heighest player in the 49ers team?"
Optional schema to format the output of the task.
Example:
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "player name"
},
"age": {
"type": "integer",
"description": "player age"
},
"shirt_number": {
"type": "integer",
"description": "player shirt number"
}
},
"required": ["name", "age", "shirt_number"]
}
Response
The result of the autonomous task.
The outcome or answer produced by the autonomous task.
Example:
"The article discusses various secure browsers..."