Introduction

Motto supports downloading video assets from its systems. A common use-case for this is to download recordings of live streams after a live event has ended, or to download generated clips.

Get Started

You can get started with downloading assets through our API, using the steps below.

A visual asset manager for the Studio is currently under active development and will be released soon.
  1. Retrieve the asset ID by querying the asset list endpoint, optionally with a KQL filter applied to narrow down your results. The labels you can use in this filter depend on where the asset came from, but common system labels include video_id for the video ID, and workflow_id for the live-stream ID.
  2. Use the asset URL endpoint to generate a download URL. This endpoint requires the asset ID from step 1.
  3. Download the asset using the URL provided in the response from step 2.