Voice Isolation

Submit Denoise Job

Queue an audio or video file for voice isolation. The original is uploaded and a background job is enqueued; the response returns identifiers used to track progress via the SSE endpoint.

post/denoise

Response

Denoising job queued

jobIdstring required

Background job identifier (mirrors denoiseId).

denoiseIdstring uuid required

Unique identifier of the denoising record. Use this with /denoise/{denoiseId}/progress and as the record id in /denoise.

Changes