Check Enhancement Status

You'll need to check the status of the job.

Headers

Request

GET

/api/v1/audiaize/unify/{id}/status

From the Start Enhancement API get the Job ID and pass it in the GET request

Response

{
    "id": {id},
    "status": "running"
}

Keep polling the API till you get the status: completed

Last updated