Skip to main contentIntroduction
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.
- 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.
- Use the asset URL endpoint to generate a download URL. This endpoint requires the asset ID from step 1.
- Download the asset using the URL provided in the response from step 2.