Song Recognition

Omnicron leverages the powerful Shazam algorithm to provide accurate and efficient song recognition. Simply input a snippet of audio, and Omnicron will quickly identify the song.

How to use

Navigate to the endpoint api/v1/shazam.

curl
curl -X POST http://localhost:9000/api/v1/shazam \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f file: audio-snippet
For details about the parameters, visit the song recognition reference page.