v1
latestOpenAPI 3.1.02026-07-2616924.9 KBVoice Isolation
Stream Denoise Progress
Subscribe to live progress events for a denoising job over Server-Sent Events (SSE). Emits processing updates and terminates with either a done event (carrying the final audio URL) or an error event. If the job is already complete the cached terminal event is replayed immediately.
get/denoise/{denoiseId}/progress
Path parameters
denoiseIdstring uuid required
The denoiseId returned by POST /denoise.
Response
SSE stream of denoising events. Each message is a data: <json> line where the JSON conforms to DenoiseProgressEvent.