Identify any song using the Shazam algorithm.
api/v1/shazam
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
Was this page helpful?