{ "opencollection": "1.0.0", "info": { "name": "Hyperbrowser Agents Profile API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Creates a new profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperbrowser.ai/api/profile", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Creates a new profile" }, { "info": { "name": "Get profile by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperbrowser.ai/api/profile/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get profile by ID" }, { "info": { "name": "Delete profile by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hyperbrowser.ai/api/profile/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Delete profile by ID" } ] } ], "bundled": true }