{ "opencollection": "1.0.0", "info": { "name": "Browser Use Cloud Billing API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "X-Browser-Use-API-Key", "value": "{{X-Browser-Use-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Get billing usage", "type": "http" }, "http": { "method": "GET", "url": "https://api.browser-use.com/api/v3/billing/usage" }, "docs": "Get billing usage" }, { "info": { "name": "Get account balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.browser-use.com/api/v3/billing/balance" }, "docs": "Get account balance" } ] } ], "bundled": true }