Asset

v2

The Asset API provides endpoints for managing assets within your library, allowing you to retrieve, modify, delete, and search for assets efficiently.


Key Features

  • Retrieve assets by ID or search criteria.
  • Monitor asset changes to track modifications over time.
  • Delete assets from your library.
  • Generate frame thumbnails or retrieve specific frames.
  • Update asset details as needed.

Asset Management

Use the following endpoints to manage your assets.

Available Endpoints

Endpoint

Description

Delete Asset GET /api2/asset/delete

Deletes one or more assets from your library.

Get Asset Changes
GET /api2/asset/changes

Retrieves a list of changes made to assets.

Get Asset(s) by ID
GET /api2/asset/get

Retrieves one or more assets by ID.

Get Asset(s) by Search Phrase
GET /api2/asset/list

Searches for assets using a search phrase.

Get Frame Thumbnail(s)
GET /api2/asset/getthumbs

Returns Base64-encoded thumbnails from the lowest bitrate variant of the asset for each frame in a time range.

Get Frame
GET /api2/asset/getframe

Returns a Base64-encoded representation of a specific frame.

Update Asset
GET /api2/asset/update

Updates an asset’s metadata or properties.

Export an Asset
POST /api2/cloudslicer/jobs/create_export

Generates a downloadable MP4 from an asset.