Get Enhance Results

GET {{dolby-api-endpoint}}/media/enhance?job_id=<string>

For a given job_id, this method will check if the processing task has completed and return the enhanced results.

When the status is Success you'll be able to retrieve your result from the output location you provided in the original POST.

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/enhance&quot;,&quot;progress&quot;:100,&quot;result&quot;:{&quot;version&quot;:&quot;1.0.0&quot;},&quot;error&quot;:{&quot;type&quot;:&quot;sit cupidatat mollit&quot;,&quot;title&quot;:&quot;nisi enim&quot;,&quot;detail&quot;:&quot;exercitation et Excepteur&quot;},&quot;api_version&quot;:&quot;v1.0&quot;}