v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Remove echo from an audio file or URL

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

post/v1/deecho

Response

Successfully initiated echo removal

successboolean
task_idstring
conversion_idstring
etainteger
credit_estimatenumber float

Example response

{
  "success": true,
  "task_id": "deecho789",
  "conversion_id": "conv456",
  "eta": -1,
  "credit_estimate": 100.1
}