AudD
AudD is a music recognition service that identifies songs from audio files, URLs, or microphone input via a simple REST API. The api.audd.io API returns rich track metadata (artist, title, album, ISRC, links to Apple Music, Spotify, Deezer and more), supports recognition by humming/singing, lyrics search, and an enterprise endpoint for scanning long audio and video files.
APIs
AudD Music Recognition API
Identifies music from an audio file upload, a remote audio/video URL, or base64-encoded audio. Returns artist, title, album, release date, label, timecode, and optional metadata...
AudD Recognize with Offset API
Recognition variant that returns the offset (position) of the matched fragment within the submitted audio, also used as the method for recognition by humming or singing a melody.
AudD Humming Recognition API
Identifies a song from a recording of a person humming or singing the melody, delivered through the recognizeWithOffset method against the AudD humming database.
AudD Enterprise File Scan API
Enterprise endpoint that scans hours- or days-long audio and video files in 12-second chunks, returning every matched song with timecodes, offsets, and detailed metadata. Suppor...
AudD Lyrics API
Searches for song lyrics by title, artist, or an excerpt of the lyrics via the findLyrics method, returning matching songs with full lyrics and metadata.