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 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.techsmith.com/schemas/camtasia/asset.json",
"title": "Camtasia Asset",
"description": "Represents a media asset in the Camtasia asset library, including video clips, audio tracks, images, animations, effects, transitions, annotations, cursors, and themes.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the asset"
},
"name": {
"type": "string",
"description": "Display name of the asset"
},
"description": {
"type": "string",
"description": "Description of the asset"
},
"type": {
"type": "string",
"enum": [
"video",
"audio",
"image",
"animation",
"effect",
"transition",
"annotation",
"cursor",
"theme"
],
"description": "Type of media asset"
},
"format": {
"type": "string",
"description": "File format (e.g., mp4, mp3, png, gif)"
},
"fileSize": {
"type": "integer",
"minimum": 0,
"description": "File size in bytes"
},
"duration": {
"type": "number",
"minimum": 0,
"description": "Duration in seconds (for video and audio assets)"
},
"width": {
"type": "integer",
"minimum": 0,
"description": "Width in pixels (for visual assets)"
},
"height": {
"type": "integer",
"minimum": 0,
"description": "Height in pixels (for visual assets)"
},
"thumbnailUrl": {
"type": "string",
"format": "uri",
"description": "URL to the asset thumbnail image"
},
"downloadUrl": {
"type": "string",
"format": "uri",
"description": "URL to download the asset file"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags associated with the asset"
},
"libraryId": {
"type": "string",
"description": "ID of the library containing the asset"
},
"categoryId": {
"type": "string",
"description": "ID of the category this asset belongs to"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "When the asset was created"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "When the asset was last modified"
}
},
"required": [
"id",
"name",
"type"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/camtasia-asset"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.