Sign in

List assets

documented

List assets.

GET /video/v1/assetsVideo 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?limit={{$limit}}&page={{$page}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u {{MUX_API_KEY}}:{{MUX_SECRET}}
List assets · Mux · OpenIntegrations