> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mottostreaming.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Video asset downloads

> Downloading video assets in Motto

## Introduction

Motto supports downloading video assets from its systems. A common use-case for this is to download recordings of [live streams](/guides/streaming/events/live-streaming)
after a live event has ended, or to download [generated clips](/guides/streaming/highlights/introduction).

## Get Started

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

1. Retrieve the asset ID by querying the [asset list endpoint](/reference/studio-api/streaming/assets/v1/list-assets), optionally with a [KQL filter](/reference/deep-dive/kql-filters) 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](/reference/studio-api/streaming/assets/v1/get-asset-url) 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.
