Integrate AI-powered audio mastering directly into your application, DAW plugin, distribution platform, or CI/CD pipeline.
Full pipeline: analyze + deliberate + master. Returns mastered WAV.
BS.1770-4 analysis only. Returns JSON metrics.
Analysis + AI deliberation. Returns JSON with parameters.
Mastering with manual parameters. Returns mastered WAV.
curl -X POST https://concertmaster.aimastering.tech/api/v1/jobs/master \
-H "X-Api-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"audio_url": "https://storage.example.com/track.wav",
"route": "full",
"target_lufs": -14.0,
"target_true_peak": -1.0
}' \
-o mastered.wav