{ "opencollection": "1.0.0", "info": { "name": "Akash Console Bids Deployments API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Create a deployment", "type": "http" }, "http": { "method": "POST", "url": "https://console-api.akash.network/v1/deployments", "body": { "type": "json", "data": "{}" } }, "docs": "Submit an SDL deployment manifest to create a new deployment on the Akash network." } ] } ], "bundled": true }