Get Diagnose Results

GET {{dolby-io-url}}/media/diagnose?job_id={{job_id}}

Check whether a given job_id has completed processing and retrieve the results.

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/diagnose","status":"Success","progress":100,"api_version":"b1.0","result":{"media_info":{"container":{"kind":"mp4","duration":12.596,"bitrate":7180205,"size":11305233},"audio":{"codec":"aac","channels":2,"sample_rate":48000,"duration":12.596,"bitrate":96000},"video":{"codec":"h264","frame_rate":23.976,"height":540,"width":960,"duration":12.596,"bitrate":7012098}},"audio":{"quality_score":{"average":0.6,"distribution":[{"lower_bound":0,"upper_bound":1,"duration":9.5,"percentage":79.2},{"lower_bound":1,"upper_bound":2,"duration":2,"percentage":16.7},{"lower_bound":2,"upper_bound":3,"duration":0.5,"percentage":4.2},{"lower_bound":3,"upper_bound":4,"duration":0,"percentage":0},{"lower_bound":4,"upper_bound":5,"duration":0,"percentage":0},{"lower_bound":5,"upper_bound":6,"duration":0,"percentage":0},{"lower_bound":6,"upper_bound":7,"duration":0,"percentage":0},{"lower_bound":7,"upper_bound":8,"duration":0,"percentage":0},{"lower_bound":8,"upper_bound":9,"duration":0,"percentage":0},{"lower_bound":9,"upper_bound":10,"duration":0,"percentage":0}],"worst_segment":{"start":0.5,"end":5.5,"score":0.2}},"noise_score":{"average":0.7,"distribution":[{"lower_bound":0,"upper_bound":1,"duration":9.5,"percentage":79.2},{"lower_bound":1,"upper_bound":2,"duration":2,"percentage":16.7},{"lower_bound":2,"upper_bound":3,"duration":0,"percentage":0},{"lower_bound":3,"upper_bound":4,"duration":0,"percentage":0},{"lower_bound":4,"upper_bound":5,"duration":0.5,"percentage":4.2},{"lower_bound":5,"upper_bound":6,"duration":0,"percentage":0},{"lower_bound":6,"upper_bound":7,"duration":0,"percentage":0},{"lower_bound":7,"upper_bound":8,"duration":0,"percentage":0},{"lower_bound":8,"upper_bound":9,"duration":0,"percentage":0},{"lower_bound":9,"upper_bound":10,"duration":0,"percentage":0}]},"clipping":{"events":0},"loudness":{"measured":-12.74,"range":1.02,"gating_mode":"level","sample_peak":-2.57,"true_peak":-2.56},"music":{"percentage":0},"silence":{"percentage":0,"at_beginning":0,"at_end":0,"num_sections":0,"silent_channels":[]},"speech":{"percentage":95.3,"events":{"plosive":0,"sibilance":0}}}}}