---
title: "Submit Denoise Job"
method: POST
path: "/denoise"
tags: ["Voice Isolation"]
---

# Submit Denoise Job

`POST /denoise`

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.

## Response `200`

Denoising job queued

- object
  - `jobId` string, required — Background job identifier (mirrors denoiseId).
  - `denoiseId` string, uuid, required — Unique identifier of the denoising record. Use this with /denoise/{denoiseId}/progress and as the record id in /denoise.

## Other responses

- `400` — Bad Request - File size exceeds 200 MB or duration exceeds 15 minutes
- `401` — Unauthorized - Invalid or missing API key
- `402` — Payment Required - Insufficient wallet balance
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/munsit/apis/munsit-api.md) · [All operations](https://skmtc.dev/munsit/apis/munsit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/munsit/munsit-api/revisions/94ffa6d1cc73/schema)
