{ "opencollection": "1.0.0", "info": { "name": "Shadeform Instance Types Templates API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.shadeform.ai/v1/templates" }, "docs": "Retrieve all launch templates saved by the account." }, { "info": { "name": "List featured templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.shadeform.ai/v1/templates/featured" }, "docs": "Retrieve featured/public launch templates." }, { "info": { "name": "Save a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.shadeform.ai/v1/templates/save", "body": { "type": "json", "data": "{}" } }, "docs": "Save a reusable launch template bundling launch configuration, auto-delete and alert thresholds, volume mounts, networking, tags, and environment variables." }, { "info": { "name": "Get template info", "type": "http" }, "http": { "method": "GET", "url": "https://api.shadeform.ai/v1/templates/:template_id/info", "params": [ { "name": "template_id", "value": "", "type": "path", "description": "The unique identifier of the template." } ] }, "docs": "Retrieve details for a single template by its ID." }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.shadeform.ai/v1/templates/:template_id/update", "params": [ { "name": "template_id", "value": "", "type": "path", "description": "The unique identifier of the template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration of an existing template by its ID." }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.shadeform.ai/v1/templates/:template_id/delete", "params": [ { "name": "template_id", "value": "", "type": "path", "description": "The unique identifier of the template." } ] }, "docs": "Delete a template by its ID." } ] } ], "bundled": true }