
Detect if music is AI-generated
Detects AI-generated music from tools like Suno and Udio (optimal: 120s clips)
audio_urlstringRequiredURL of audio file to check for AI-generated music
https://example.com/song.mp3AI-generated music detection result
is_humanbooleanTrue if authentic human-made recording
trueis_ai_generatedbooleanTrue if AI-generated music detected
falsehuman_probabilityfloatProbability that music is authentic (0.0-1.0)
0.92ai_probabilityfloatProbability that music is AI-generated (0.0-1.0)
0.08confidencefloatDetection confidence (0.0-1.0, F1=0.97 on 120s clips)
0.94labelstringClassification result
humangeneratorstringPossible AI generator
suno{
"model": "ai-generated-music",
"audio_url": "https://example.com/song.mp3"
}{
"success": true,
"data": {
"is_human": true,
"is_ai_generated": false,
"human_probability": 0.92,
"ai_probability": 0.08,
"confidence": 0.94,
"label": "human",
"generator": "Unknown"
}
}429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.Integrate AI-Generated Music Detection into your application today with our easy-to-use API.