{ "opencollection": "1.0.0", "info": { "name": "Camtasia Asset Library Assets Templates API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "Camtasia List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/templates", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query string" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "Retrieve a list of available project templates including both built-in and user-created templates." }, { "info": { "name": "Camtasia Get a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path", "description": "Unique identifier for the template" } ] }, "docs": "Retrieve detailed information about a specific template." } ] } ], "bundled": true }