{ "opencollection": "1.0.0", "info": { "name": "Camtasia Asset Library Assets Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Camtasia List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/projects", "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" }, { "name": "status", "value": "", "type": "query", "description": "Filter by project status" }, { "name": "sort", "value": "", "type": "query", "description": "Sort order for results" } ] }, "docs": "Retrieve a paginated list of the user's Camtasia projects." }, { "info": { "name": "Camtasia Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.techsmith.com/camtasia/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Camtasia project, optionally based on a template." }, { "info": { "name": "Camtasia Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" } ] }, "docs": "Retrieve detailed information about a specific project." }, { "info": { "name": "Camtasia Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update metadata and settings for an existing project." }, { "info": { "name": "Camtasia Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" } ] }, "docs": "Delete a Camtasia project and its associated data." } ] } ], "bundled": true }