{ "opencollection": "1.0.0", "info": { "name": "Mason Apps Create Image API", "version": "0.1.0" }, "items": [ { "info": { "name": "Create Image", "type": "folder" }, "items": [ { "info": { "name": "Generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmason.io/api/images", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Post generation task. It processes it asynchronously and returns task id to track status" } ] } ], "bundled": true }