Skip to Content
Get asset shots
get

Retrieves shot manifest url containing shot boundaries and shot preview image urls

Request path & query params
ASSET_ID
string

The asset ID.

get
200
https://api.mux.com/video/v1/assets/{ASSET_ID}/shots
Response
(application/json)
{
  "data": {
    "status": "completed",
    "shots_manifest_url": "https://artifacts.mux.com/a/QrgJ00hSt802eYjdclSMdH2vCpHhxBWxgbyLrPFTziJhQ/shots.json?<SIGNATURE>"
  }
}