Initiate a reverberation removal task using either an audio URL or file upload with optional webhook callback.
webhook_url
can be provided for asynchronous task status updates.
Parameter | Type | Required | Description |
---|---|---|---|
audio_url | String | Optional | The URL of an audio file to clean. Either audio_url or audio_file must be provided. |
audio_file | UploadFile | Optional | Upload the audio file directly. Either audio_url or audio_file must be provided. |
webhook_url | String | Optional | Callback URL for async response. |
💡 Note: Eitheraudio_url
oraudio_file
must be provided — one is required.
💡 Tip: Set a webhook_url
to receive results automatically when your audio is ready.
🔐 Replace{path_to_your_audio_file}
,api_key
, andwebhook_url
before executing.
audio_url
and audio_file
cannot be None
.Successfully initiated dereverberation
The response is of type object
.