Start Mastering Preview

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

Start mastering to improve your music.

The inputs location for your source media file as well as the outputs locations for the processed media files 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.

segment object specifying preview start may optionally be provided.

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}}"}, "loudness"=>{"enable"=>true, "target_level"=>-14}}}]}

RESPONSES

status: OK

{"job_id":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}