{ "opencollection": "1.0.0", "info": { "name": "Akash Console Bids Leases API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Leases", "type": "folder" }, "items": [ { "info": { "name": "Accept a bid and create a lease", "type": "http" }, "http": { "method": "POST", "url": "https://console-api.akash.network/v1/leases", "body": { "type": "json", "data": "{}" } }, "docs": "Accept a provider bid to create a lease that runs the deployment." } ] } ], "bundled": true }