{ "opencollection": "1.0.0", "info": { "name": "QuantCDN AI Agents Projects API", "version": "4.15.8" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all projects for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/projects", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" } ] }, "docs": "Retrieve all projects for an organization" }, { "info": { "name": "Create a new project", "type": "http" }, "http": { "method": "POST", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/projects", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project" }, { "info": { "name": "Get details of a single project", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/projects/:project", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" }, { "name": "project", "value": "test-project", "type": "path", "description": "Project identifier" }, { "name": "with_token", "value": "", "type": "query" } ] }, "docs": "Get details of a single project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PATCH", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/projects/:project", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" }, { "name": "project", "value": "test-project", "type": "path", "description": "Project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/projects/:project", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" }, { "name": "project", "value": "test-project", "type": "path", "description": "Project identifier" } ] }, "docs": "Delete a project" } ] } ], "bundled": true }