POST /api/task/browser-use HTTP/1.1
Host: app.hyperbrowser.ai
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1089
{
"task": "text",
"llm": "gemini-2.0-flash",
"sessionId": "text",
"validateOutput": false,
"useVision": true,
"useVisionForPlanner": false,
"maxActionsPerStep": 10,
"maxInputTokens": 128000,
"plannerLlm": "gemini-2.0-flash",
"pageExtractionLlm": "gemini-2.0-flash",
"plannerInterval": 10,
"maxSteps": 20,
"maxFailures": 3,
"initialActions": [
{
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"keepBrowserOpen": false,
"sessionOptions": {
"useStealth": false,
"useProxy": false,
"proxyServer": "text",
"proxyServerPassword": "text",
"proxyServerUsername": "text",
"proxyCountry": "AD",
"proxyState": "AL",
"proxyCity": "new york",
"operatingSystems": [
"windows"
],
"device": [
"desktop"
],
"platform": [
"chrome"
],
"locales": [
"aa"
],
"screen": {
"width": 1280,
"height": 720
},
"solveCaptchas": false,
"adblock": false,
"trackers": false,
"annoyances": false,
"enableWebRecording": true,
"profile": {
"id": "text",
"persistChanges": true
},
"acceptCookies": true,
"extensionIds": [
"123e4567-e89b-12d3-a456-426614174000"
],
"urlBlocklist": [
"text"
],
"browserArgs": [
"text"
],
"imageCaptchaParams": [
{
"imageSelector": "text",
"inputSelector": "text"
}
],
"timeoutMinutes": 1
}
}