Endpoint Examples
Song Recognition
Identify any song using the Shazam algorithm.
POST
v1
/
shazam
Request Body
file
file
audio snippet
Response
song_name
string
Name of the song recognized.
shazam_url
string
Url to the song on shazam
song_image
string
Song cover image
Was this page helpful?