Get Mastering Results Preview

GET https://api.dolby.com/media/master/preview?job_id={{job_id}}

For a given job_id, this method will check if the mastering task has completed.

When the status is Success you'll be able to retrieve your results from the outputs locations you provided in the original POST.

Request Params

KeyDatatypeRequiredDescription
job_idstringUse the job_id returned from a previous POST response to check on the status of an asynchronous request.

RESPONSES

status: OK

{"path":"/media/master/preview","status":"Success","progress":100,"api_version":"v2.1","result":{"media_info":{"container":{"kind":"mp4","duration":12.596,"size":11305233,"bitrate":7180205},"audio":{"codec":"aac","channels":2,"sample_rate":48000,"duration":12.596,"bitrate":96000}},"audio":{"loudness":{"measured":-12.74,"range":1.02,"true_peak":-2.56},"eq":{"levels":[-38.11,-25.04,-20.88,-18.44,-12.64,-20.08,-19.93,-16.49,-20.48,-23.09,-21.18,-28.61,-34.31,-39.74,-46.87,-67.78]}}}}