Identify Song from Audio
music.audd.recognizeIdentify a song from an audio file URL by analyzing its audio fingerprint against 80M+ tracks. Returns artist, title, album, and links to Spotify and Apple Music.
Instructions
Identify a song from an audio file URL — like Shazam for AI agents. Analyzes audio fingerprint against 80M+ tracks and returns artist, title, album, release date, plus Spotify and Apple Music links. Accepts MP3, WAV, OGG, or any audio URL (AudD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of audio file to identify (MP3, WAV, OGG, etc.). The API analyzes the audio and matches it against 80M+ tracks. Example: "https://example.com/song.mp3" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |