Get Analyze Speech Status

POST {{dolby-io-url}}/media/analyze/speech

Start analyzing to learn about speech in your media.

The input location of your source media file and output location for your JSON results file are required.

This is an asynchronous operation so you will receive a job_id to use in calling GET /media/analyze/speech to retrieve the job status.

Request Body

{"input"=>"{{input-file-link}}", "output"=>"{{output-file-link}}"}