Create playback ID
documentedCreate a playback ID for the asset.
POST /video/v1/assets/{ASSET_ID}/playback-idsVideo APIno implementation yet0 runsNo 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}}/playback-ids" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-u {{MUX_TOKEN_ID}}:{{MUX_TOKEN_SECRET}} \
-d '{"policy": "{{$policy}}", "drm_configuration_id": "{{$drm_configuration_id}}"}'