Release is submitted
Your system sends each track's audio URL and duration as it lands, before QC and delivery.
Screen every delivery for Suno, Udio and other music generators. Each track gets an AI probability, the likely generator and a section-by-section timeline — over the API or in the browser.
The audio carries strong generator fingerprints across the track.
Likely source
Timeline
Stems
Detection is probabilistic. Use it to route tracks to review, not as the sole basis for takedowns. How to read results
A free "paste a song" page can't screen a delivery queue. The API is built for that: one call per track, a stable JSON result, and bands you can map to your own policy.
Your system sends each track's audio URL and duration as it lands, before QC and delivery.
Usually under a minute per track. Poll for the result or check it later from the dashboard.
Auto-approve human reads, queue inconclusive ones for a listener, apply your AI policy to the rest.
1 credit covers up to 5 minutes of audio. API packs start at $19 for 1,000 credits — about $0.019 per track — and never expire.
curl -X POST https://musicdetector.org/api/v1/detections \
-H "Authorization: Bearer $AIMD_API_KEY" \
-H "Content-Type: application/json" \
-d '{"audio_url":"https://cdn.example.com/release/track01.wav",
"duration_seconds":214, "file_name":"track01.wav"}'
# → { "data": { "id": "tsk-…", "status": "processing", "credits": 1 } }Suno, Udio, Mureka, ElevenLabs Music and more. "Source unclear" when no single generator dominates.
A timeline shows whether AI signal runs through the track or sits in one section.
Separate scores reveal AI vocals on a human production, or the reverse.
Unreleased masters are deleted within 24 hours and never used to train anything.
Mixed evidence is reported as Inconclusive, so you know which tracks need a listener.
Keep the report per track alongside the release for disputes and partner questions.
"Does an AI music detector actually work?" is a fair question. Our accuracy page explains how results are scored, where the detector struggles, and our benchmark across generators, versions and re-encoded files.
Accuracy & limitsHarder cases we test for
$0 · 3 checks every day with a free account.
$9.90/month · 200 checks for artists, A&R and curators.
From $19 · billed by audio length, credits never expire.
Call POST /api/v1/detections with a signed https URL to the audio and its duration when a release is submitted, then poll the detection until it completes. Route each track by its verdict band: approve, send to human review, or apply your AI policy.
Create an API key in the dashboard and send your first track in minutes.