cURL
curl --request POST \ --url http://localhost:9000/api/v1/shazam \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data'
{ "song_name": "Vanilla - Burna Boy", "shazam_url": "https://www.shazam.com/track/615511673/vanilla", "song_image": "https://is1-ssl.mzstatic.com/image/thumb/Music112/v4/34/42/db/3442dbd6-644f-a111-8344-0151ffb93313/075679745156.jpg/400x400cc.jpg" }
Identify any song using the Shazam algorithm.
Was this page helpful?