Sign in

Create static rendition

documented

Create a static rendition (MP4) for the asset.

POST /video/v1/assets/{ASSET_ID}/static-renditionsVideo 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}}/static-renditions" \
  -X POST \
  -u "{{MUX_API_KEY}}:{{MUX_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"resolution": "{{$resolution}}", "passthrough": "{{$passthrough}}"}'
Create static rendition · Mux · OpenIntegrations