curl -L \
--request POST \
--url 'https://app.hyperbrowser.ai/api/extract' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"urls": [
"text"
],
"systemPrompt": "text",
"maxLinks": 1,
"prompt": "text",
"schema": {},
"sessionOptions": {
"useStealth": true,
"useProxy": true,
"proxyServer": "text",
"proxyServerPassword": "text",
"proxyServerUsername": "text",
"proxyCountry": "US",
"proxyState": "AL",
"proxyCity": "new york",
"operatingSystems": [
"windows"
],
"device": [
"desktop"
],
"platform": [
"chrome"
],
"locales": [
"en"
],
"screen": {
"width": 1,
"height": 1
},
"solveCaptchas": true,
"adblock": true,
"trackers": true,
"annoyances": true,
"enableWebRecording": true,
"profile": {
"id": "text",
"persistChanges": true
},
"acceptCookies": true,
"extensionIds": [
"123e4567-e89b-12d3-a456-426614174000"
],
"urlBlocklist": [
"text"
],
"browserArgs": [
"text"
]
},
"waitFor": 1
}'