Get Mastering Results

GET {{dolby-io-url}}/media/master?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","status":"Success","progress":100,"api_version":"v2.1","result":{"final_level":-13.999949,"initial_level":-12.739914}}