Start Mastering

POST {{dolby-io-url}}/media/master

Start mastering to improve your music.

The inputs location for your source media file as well as the outputs location for the processed media file are required.

preset applies dynamic EQ processing to shape your music to match a desired sound. There are also additional optional parameters that can be provided to control the mastering output.

This is an asynchronous operation. You receive a job_id that you use to retrieve the results when the mastering is complete.

To learn more, see the example requests and responses.

Request Body

{"inputs"=>[{"source"=>"{{input-file-link}}"}], "outputs"=>[{"destination"=>"{{output-file-link}}", "master"=>{"dynamic_eq"=>{"enable"=>true, "preset"=>"{{master-preset}}", "intensity"=>100}, "loudness"=>{"enable"=>true, "target_level"=>-14}}}]}