Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Body

multipart/form-data
audio_url
string
required

Input audio URL (supported format: YouTube URL).

Example:

"https://example.com/input_audio.mp3"

reference_audio_url
string
required

URL of the reference audio file to match.

Example:

"https://example.com/reference_track.wav"

audio_file
file

Input audio file to upload directly.

reference_audio_file
file

Reference audio file to upload directly.

output_extension
enum<string>

Desired output file format.

Available options:
mp3,
wav,
flac,
ogg,
aac,
webm
Example:

"wav"

webhook_url
string

Callback URL to receive async result.

Example:

"http://your-webhook-url.com/callback"

Response

Successfully queued for mastering

success
boolean
task_id
string
conversion_id
string
credit_estimate
number<float>
eta
integer
message
string