UnifyAPI
← Back to catalog

audd.recognize

mock data$0.007 / call

Identify Song from Audio

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)

Media & Artsprovider: Audd#audd#media

Input schema

urlrequired

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"

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/audd.recognize \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"url":"<url>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.