Authorizations
Body
multipart/form-data
URL of the input audio to be processed.
Example:
"https://example.com/input_audio.mp3"
URL of the reference audio file to match.
Example:
"https://example.com/reference_track.wav"
Input audio URL path (deprecated: use audio_url
instead).
Example:
"https://example.com/input_audio.mp3"
Input audio file to upload directly.
Reference audio URL path (deprecated: use reference_audio_url
instead).
Example:
"https://example.com/reference_track.wav"
Reference audio file to upload directly.
Desired output file format.
Available options:
mp3
, wav
, flac
, ogg
, aac
, webm
Example:
"wav"
Callback URL to receive async result.
Example:
"http://your-webhook-url.com/callback"