{ "opencollection": "1.0.0", "info": { "name": "Camtasia Asset Library Assets Libraries API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Libraries", "type": "folder" }, "items": [ { "info": { "name": "Camtasia List libraries", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/libraries" }, "docs": "Retrieve a list of asset libraries accessible to the user, including personal, shared, and TechSmith-provided libraries." }, { "info": { "name": "Camtasia Get a library", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/libraries/:libraryId", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier for the library" } ] }, "docs": "Retrieve details of a specific asset library." }, { "info": { "name": "Camtasia List assets in a library", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/libraries/:libraryId/assets", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier for the library" }, { "name": "type", "value": "", "type": "query", "description": "Filter by asset type" }, { "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 paginated list of assets within a specific library." } ] } ], "bundled": true }