detect_ai_music
Analyze an audio file to determine if it is AI-generated music. Returns a verdict (likely AI-generated, uncertain, or likely human) with probability, confidence, and provenance signals.
Instructions
Detect whether an AUDIO file is AI-generated music.
Pass an absolute path to a local audio file (.mp3, .wav, .m4a, .flac). Returns a verdict (LIKELY AI-GENERATED / UNCERTAIN / LIKELY HUMAN), an AI probability %, confidence, and any provenance signals (Content Credentials / SynthID watermark, generator hints). Note: tuned for MUSIC; a bare synthetic-voice clip with no music may read low.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |