Processes an input audio file to match the mastering characteristics of a reference track.
Tip: Use a professionally mastered song as your reference for best results!
Parameter | Type | Required | Description |
---|---|---|---|
audio_path | String | Yes | URL path of the input audio file to be mastered |
conversion_id | String | Yes | Unique identifier for this conversion request |
reference_audio_path | String | Yes | URL path of the reference audio file to match |
output_extension | String | Optional | Desired output format (mp3 , wav , flac , ogg , aac , webm ) |
audio_duration | Float | Yes | Duration of input audio in seconds (for credit calculation) |
webhook_url | String | Optional | URL to receive callback notification when processing completes |
user_id | String | Optional | User ID for tracking (from authentication token) |
webhook_url
is provided, you will receive the following once processing completes:
📂 If no webhook is provided, you can fetch the final mastered audio manually later using the conversion_id
.
Successfully queued for mastering
The response is of type object
.