Get Analyze Results
GET {{dolby-api-endpoint}}/media/analyze?job_id=<string>
For a given job_id, this method will check if the processing task has completed and return analysis results.
The response includes: * loudness values for the specified profile or specification * sample peak * true peak * audio quality * audio content metrics * results of validation checks
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
job_id | string | (Required) Use the job_id returned from a previous POST response | |
to check on the status of an asynchronous request. | |||
RESPONSES
status: OK
{"status":"Success","path":"/media/analyze","progress":100,"api_version":"v1.0","result":{"audio":{"loudness":{"measured":-23.2,"range":6.8,"sample_peak":-0.95,"true_peak":-0.95,"gating_mode":"speech"},"clipping":{"num_sections":5,"first_event":2.3},"noise":{"level_average":-75.3,"snr_average":-75.3},"bandwidth":15200,"silence":{"percentage":40,"num_sections":4},"music":{"percentage":40,"num_sections":4},"speech":{"percentage":40,"num_sections":4},"other":{"percentage":40,"num_sections":4},"validation":{"loudness":{"pass":false,"detail":"The measured true-peak exceeded specified maximum value."}}},"media_info":{"container":{"kind":"wav","duration":30,"bitrate":1536000,"size":5760000},"video":{"codec":"prores","frame_rate":-13831342.405647889,"height":81455729,"width":80352426,"duration":-43497286.40445978,"bitrate":44017883},"audio":{"codec":"pcm","sample_rate":48000,"channels":2,"bit_depth":16,"channel_order":"L,R","duration":30,"bitrate":1536000}},"version":"vX.Y"},"error":{"type":"/problems/input-file-access","title":"Input file access problem.","detail":"Failed to access file, see Troubleshooting guide for more examples."}}