{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Public API API", "version": "1.0.0" }, "items": [ { "info": { "name": "Public API", "type": "folder" }, "items": [ { "info": { "name": "List vendors", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/vendors", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List all approved vendors." }, { "info": { "name": "Get vendor detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/vendors/:vendor", "params": [ { "name": "vendor", "value": "", "type": "path" } ] }, "docs": "Public detail of a vendor." }, { "info": { "name": "API index", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/" }, "docs": "Returns the API name and a link to this documentation." }, { "info": { "name": "List published apps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps", "params": [ { "name": "project", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Shows all apps having flag `isPublic` set to `true`." }, { "info": { "name": "Get app detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps/:app", "params": [ { "name": "app", "value": "", "type": "path" } ] }, "docs": "Public detail of a published app." } ] } ], "bundled": true }