{ "opencollection": "1.0.0", "info": { "name": "Hyperbrowser Agents X402 API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "X402", "type": "folder" }, "items": [ { "info": { "name": "Fetch a web page with X402 payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperbrowser.ai/x402/web/fetch", "headers": [ { "name": "PAYMENT-SIGNATURE", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "X402 payment endpoint. First request returns 402 with payment requirements. Retry with PAYMENT-SIGNATURE header containing cryptographic proof to get the actual data. See https://x402.gitbook.io/x402 for protocol details." }, { "info": { "name": "Search the web with X402 payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperbrowser.ai/x402/web/search", "headers": [ { "name": "PAYMENT-SIGNATURE", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "X402 payment endpoint. First request returns 402 with payment requirements. Retry with PAYMENT-SIGNATURE header containing cryptographic proof to get search results. See https://x402.gitbook.io/x402 for protocol details." } ] } ], "bundled": true }