{ "opencollection": "1.0.0", "info": { "name": "Camtasia Asset Library Assets Recordings API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recordings", "type": "folder" }, "items": [ { "info": { "name": "Camtasia List recordings", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/recordings", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "Retrieve a list of screen recordings available for use in projects." }, { "info": { "name": "Camtasia Upload a recording", "type": "http" }, "http": { "method": "POST", "url": "https://api.techsmith.com/camtasia/v1/recordings", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "name", "type": "text", "value": "" }, { "name": "description", "type": "text", "value": "" } ] } }, "docs": "Upload a screen recording file for use in Camtasia projects." }, { "info": { "name": "Camtasia Get a recording", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/recordings/:recordingId", "params": [ { "name": "recordingId", "value": "", "type": "path", "description": "Unique identifier for the recording" } ] }, "docs": "Retrieve details of a specific screen recording." }, { "info": { "name": "Camtasia Delete a recording", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.techsmith.com/camtasia/v1/recordings/:recordingId", "params": [ { "name": "recordingId", "value": "", "type": "path", "description": "Unique identifier for the recording" } ] }, "docs": "Delete a screen recording." } ] } ], "bundled": true }