Upload any song and receive a complete AI probability score along with professional production analysis.
Everything you need
Twelve analysis engines run in parallel to score authenticity and dissect every layer of the production.
Probability scoring against Suno, Udio, AIVA, Stable Audio, Riffusion, MusicGen and custom models.
Full breakdown of arrangement, performance and production quality with evidence-backed findings.
Stereo width, phase correlation, EQ balance, masking, mud and harshness scoring.
LUFS, true peak, dynamic range and streaming readiness for every major platform.
Primary and secondary genre, mood, era, tempo, key and energy profiling.
Pitch stability, vibrato, formants, autotune and Melodyne detection.
Generate professionally branded PDF reports with charts, scores and recommendations.
Isolate vocals, drums, bass, melody and FX — each scored for AI probability.
Developer-first
Upload, analyze, fetch reports and stream history programmatically. Authentication and webhook support included. Built on a modular architecture so new ML models plug in without touching your integration.
POST /v1/upload — ingest audioPOST /v1/analyze — queue analysis jobGET /v1/reports/:id — fetch full reportGET /v1/history — paginated historycurl -X POST https://api.noirmusic.shop/v1/analyze \
-H "Authorization: Bearer $API_KEY" \
-F "file=@track.wav"
{
"id": "rep_9f2a",
"status": "processing",
"ai_score": null, // pending
"confidence": null,
"webhook": "https://…/hooks/analysis"
}