Check Enhancement Status
You'll need to check the status of the job.
Headers
Key
Value
Content-Type
application/json
X-API-KEY
<Your API Key Here>
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