Skip to main content
POST
Denoise Audio

Authentication

Requires API key authentication via x-api-key header.

Request

Content-Type: multipart/form-data

Form Data

File Limits

  • Maximum file size: 200 MB
  • Maximum duration: 15 minutes
Supported audio formats: WAV, MP3, M4A, FLAC, OGG

Response

Status Code: 200 OK Headers:
  • Content-Type: audio/wav
  • Cache-Control: no-cache
  • Content-Length: <file_size>
Body: Denoised audio file (WAV format)

Error Responses

400 Bad Request
401 Unauthorized
402 Payment Required

Example Usage

JavaScript

Python

cURL

File Limits: Ensure your audio file is under 200 MB and 15 minutes duration. Larger files will be rejected with a 400 error.

Authorizations

x-api-key
string
header
required

API key for authentication

Body

multipart/form-data
audio
file
required

Audio file to denoise (max 200 MB, max 15 minutes duration)

Response

Denoised audio file

WAV audio file with enhanced voice clarity