Camtasia · Schema

Camtasia Asset

Represents a media asset in the Camtasia asset library, including video clips, audio tracks, images, animations, effects, transitions, annotations, cursors, and themes.

Screen RecordingVideo EditingTutorial CreationE-LearningScreencastoEmbedSDK

Properties

Name Type Description
id string Unique identifier for the asset
name string Display name of the asset
description string Description of the asset
type string Type of media asset
format string File format (e.g., mp4, mp3, png, gif)
fileSize integer File size in bytes
duration number Duration in seconds (for video and audio assets)
width integer Width in pixels (for visual assets)
height integer Height in pixels (for visual assets)
thumbnailUrl string URL to the asset thumbnail image
downloadUrl string URL to download the asset file
tags array Tags associated with the asset
libraryId string ID of the library containing the asset
categoryId string ID of the category this asset belongs to
createdAt string When the asset was created
updatedAt string When the asset was last modified
View JSON Schema on GitHub