Detector24
AI-Generated Music Detection
AudioAudio Moderation

AI-Generated Music Detection

Detect if music is AI-generated

Accuracy
89.5%
Avg. Speed
2.2s
Per Request
$0.0150
API Name
ai-generated-music

API Reference

Version
2601
Jan 3, 2026
Avg. Processing
2.2s
Per Request
$0.015
Required Plan
trial

Input Parameters

Detects AI-generated music from tools like Suno and Udio (optimal: 120s clips)

audio_urlstringRequired

URL of audio file to check for AI-generated music

Example:
https://example.com/song.mp3

Response Fields

AI-generated music detection result

is_humanboolean

True if authentic human-made recording

Example:
true
is_ai_generatedboolean

True if AI-generated music detected

Example:
false
human_probabilityfloat

Probability that music is authentic (0.0-1.0)

Example:
0.92
ai_probabilityfloat

Probability that music is AI-generated (0.0-1.0)

Example:
0.08
confidencefloat

Detection confidence (0.0-1.0, F1=0.97 on 120s clips)

Example:
0.94
labelstring

Classification result

Example:
human
generatorstring

Possible AI generator

Example:
suno

Complete Example

Request

{
  "model": "ai-generated-music",
  "audio_url": "https://example.com/song.mp3"
}

Response

{
  "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"
  }
}

Additional Information

Rate Limiting
If we throttle your request, you will receive a 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.
Supported Formats
mp3, wav, ogg, flac
Maximum File Size
10MB
Tags:aimusicsyntheticcopyright

Ready to get started?

Integrate AI-Generated Music Detection into your application today with our easy-to-use API.