v1
latestOpenAPI 3.1.02026-07-2627084.1 KBRemoves noise from an audio file or URL
Initiate a noise removal task using either an audio URL or file upload with optional webhook callback.
post/v1/denoise
Response
Successfully initiated noise removal
Example response
{
"success": true,
"task_id": "denoise789",
"conversion_id": "conv456",
"eta": -1,
"credit_estimate": 100.1
}