Strip hiss, hum, fans, and background chatter from any voice recording while keeping speech crisp. One API call cleans up podcasts, voiceovers, interviews, and call recordings — no audio-engineering skills needed.
POST https://api.pixelapi.dev/v1/audio/denoise
curl -X POST https://api.pixelapi.dev/v1/audio/denoise \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "[email protected]"
Pass a file as audio or a URL as audio_url.
curl https://api.pixelapi.dev/v1/audio/denoise/JOB_ID \ -H "Authorization: Bearer YOUR_API_KEY"
Jobs run async on always-warm infrastructure — poll until status is completed. No cold starts.
Also see: Text-to-Speech API • Sound Effects API