Sign in

Retrieve asset input info

documented

Retrieve the input details used to create the asset.

GET /video/v1/assets/{ASSET_ID}/input-infoVideo APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.mux.com/video/v1/assets/{{$ASSET_ID}}/input-info" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{MUX_TOKEN_ID}}:{{MUX_TOKEN_SECRET}}"