v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Master an audio file using a reference track

Processes an input audio file to match the mastering characteristics of a reference track.

post/v1/audio_mastering

Response

Successfully queued for mastering

successboolean
task_idstring
conversion_idstring
credit_estimatenumber float
etainteger
messagestring

Example response

{
  "success": true,
  "task_id": "master123",
  "conversion_id": "conv456",
  "credit_estimate": 150.75,
  "eta": 300,
  "message": "Mastering task queued successfully"
}