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

KeyDatatypeRequiredDescription
job_idstring(Required) Use the job_id returned from a previous POST response
to check on the status of an asynchronous request.

RESPONSES

status: OK

{&quot;status&quot;:&quot;Success&quot;,&quot;path&quot;:&quot;/media/analyze&quot;,&quot;progress&quot;:100,&quot;api_version&quot;:&quot;v1.0&quot;,&quot;result&quot;:{&quot;audio&quot;:{&quot;loudness&quot;:{&quot;measured&quot;:-23.2,&quot;range&quot;:6.8,&quot;sample_peak&quot;:-0.95,&quot;true_peak&quot;:-0.95,&quot;gating_mode&quot;:&quot;speech&quot;},&quot;clipping&quot;:{&quot;num_sections&quot;:5,&quot;first_event&quot;:2.3},&quot;noise&quot;:{&quot;level_average&quot;:-75.3,&quot;snr_average&quot;:-75.3},&quot;bandwidth&quot;:15200,&quot;silence&quot;:{&quot;percentage&quot;:40,&quot;num_sections&quot;:4},&quot;music&quot;:{&quot;percentage&quot;:40,&quot;num_sections&quot;:4},&quot;speech&quot;:{&quot;percentage&quot;:40,&quot;num_sections&quot;:4},&quot;other&quot;:{&quot;percentage&quot;:40,&quot;num_sections&quot;:4},&quot;validation&quot;:{&quot;loudness&quot;:{&quot;pass&quot;:false,&quot;detail&quot;:&quot;The measured true-peak exceeded specified maximum value.&quot;}}},&quot;media_info&quot;:{&quot;container&quot;:{&quot;kind&quot;:&quot;wav&quot;,&quot;duration&quot;:30,&quot;bitrate&quot;:1536000,&quot;size&quot;:5760000},&quot;video&quot;:{&quot;codec&quot;:&quot;prores&quot;,&quot;frame_rate&quot;:-13831342.405647889,&quot;height&quot;:81455729,&quot;width&quot;:80352426,&quot;duration&quot;:-43497286.40445978,&quot;bitrate&quot;:44017883},&quot;audio&quot;:{&quot;codec&quot;:&quot;pcm&quot;,&quot;sample_rate&quot;:48000,&quot;channels&quot;:2,&quot;bit_depth&quot;:16,&quot;channel_order&quot;:&quot;L,R&quot;,&quot;duration&quot;:30,&quot;bitrate&quot;:1536000}},&quot;version&quot;:&quot;vX.Y&quot;},&quot;error&quot;:{&quot;type&quot;:&quot;/problems/input-file-access&quot;,&quot;title&quot;:&quot;Input file access problem.&quot;,&quot;detail&quot;:&quot;Failed to access file, see Troubleshooting guide for more examples.&quot;}}