{ "opencollection": "1.0.0", "info": { "name": "Shotstack Create 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.shotstack.io/edit/v1/templates" }, "docs": "List all templates for the authenticated account." }, { "info": { "name": "Create a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.shotstack.io/edit/v1/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Save an edit as a reusable template with optional merge fields." }, { "info": { "name": "Get a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.shotstack.io/edit/v1/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The template ID." } ] }, "docs": "Get a template" }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.shotstack.io/edit/v1/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The template ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shotstack.io/edit/v1/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The template ID." } ] }, "docs": "Delete a template" }, { "info": { "name": "Render a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.shotstack.io/edit/v1/templates/render", "body": { "type": "json", "data": "{}" } }, "docs": "Render an asset from a saved template, supplying optional merge fields to substitute variables in the template." } ] } ], "bundled": true }