{ "opencollection": "1.0.0", "info": { "name": "Hyperbrowser Agents Session API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Session", "type": "folder" }, "items": [ { "info": { "name": "Create new session", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperbrowser.ai/api/session", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create new session" }, { "info": { "name": "Get session by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperbrowser.ai/api/session/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get session by ID" }, { "info": { "name": "Stop a session", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hyperbrowser.ai/api/session/:id/stop", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Stop a session" }, { "info": { "name": "Update a running session", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hyperbrowser.ai/api/session/:id/update", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update supported settings on an active browser session. Supported update types are profile, proxy, screen, and solveCaptchas." }, { "info": { "name": "Run manual CAPTCHA evaluation", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperbrowser.ai/api/session/:id/captcha/evaluate", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Trigger a bounded CAPTCHA evaluation on an active browser session. Supported CAPTCHA targets are turnstile, cloudflare-challenge, aliexpress, recaptcha, and amazon." }, { "info": { "name": "Get session recording URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperbrowser.ai/api/session/:id/recording-url", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get session recording URL" }, { "info": { "name": "Get session video recording URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperbrowser.ai/api/session/:id/video-recording-url", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get session video recording URL" }, { "info": { "name": "Get session downloads URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperbrowser.ai/api/session/:id/downloads-url", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get session downloads URL" } ] } ], "bundled": true }