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