---
title: "Removes noise from an audio file or URL"
method: POST
path: "/v1/denoise"
---

# Removes noise from an audio file or URL

`POST /v1/denoise`

Initiate a noise removal task using either an audio URL or file upload with optional webhook callback.

## Response `200`

Successfully initiated noise removal

- object
  - `success` boolean
  - `task_id` string
  - `conversion_id` string
  - `eta` integer
  - `credit_estimate` number, float

## Other responses

- `422` — Validation Error
- `500` — Server Error

---

[API](https://skmtc.net/musicgpt/apis/musicgpt-api.md) · [All operations](https://skmtc.net/musicgpt/apis/musicgpt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/musicgpt/musicgpt-api/revisions/6753dccf4c5d/schema)
