Songsee

Identify songs using audio fingerprinting via Shazam or AudD APIs. Use when this capability is needed.

tomevault-io Updated

File contents

SongSee

Identify songs from audio samples.

Using AudD API

curl -s -X POST "https://api.audd.io/" \
  -F file=@audio-sample.mp3 \
  -F api_token="$AUDD_API_TOKEN" \
  -F return="apple_music,spotify" | jq '{title: .result.title, artist: .result.artist}'

From URL

curl -s -X POST "https://api.audd.io/" \
  -F url="https://example.com/audio.mp3" \
  -F api_token="$AUDD_API_TOKEN" | jq '.result'

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kody-w--openrappter--songsee commit 6fb5aa9e87

Frequently asked questions

npx skillmds@latest add tomevault-io/songsee-8