{ "opencollection": "1.0.0", "info": { "name": "QuantCDN AI Agents Applications API", "version": "4.15.8" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get all applications for an organisation", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications", "params": [ { "name": "organisation", "value": "", "type": "path", "description": "The organisation ID" } ] }, "docs": "Get all applications for an organisation" }, { "info": { "name": "Create a new application", "type": "http" }, "http": { "method": "POST", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications", "params": [ { "name": "organisation", "value": "", "type": "path", "description": "The organisation ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application" }, { "info": { "name": "Get a single application", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications/:application", "params": [ { "name": "organisation", "value": "", "type": "path", "description": "The organisation ID" }, { "name": "application", "value": "", "type": "path", "description": "The application ID" } ] }, "docs": "Get a single application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications/:application", "params": [ { "name": "organisation", "value": "", "type": "path", "description": "The organisation ID" }, { "name": "application", "value": "", "type": "path", "description": "The application ID" } ] }, "docs": "Delete an application" }, { "info": { "name": "Get ECR login credentials", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications/ecr-login", "params": [ { "name": "organisation", "value": "", "type": "path", "description": "The organisation ID" } ] }, "docs": "Get ECR login credentials" } ] } ], "bundled": true }