Get Analyze Speech Status
GET {{dolby-io-url}}/media/analyze/speech?job_id={{job_id}}
For a given job_id
, this method will check the job status.
When status==Success you'll be able to retrieve your result from the output location you provided in the original POST
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
job_id | string | Use the job_id returned from a previous POST response to check on the status of an asynchronous request. |
RESPONSES
status: OK
{"path":"/media/analyze/speech","status":"Success","progress":100,"api_version":"b1.0","result":{}}