{"Example Response":"No response example available for now."}
curl --location --request GET 'https://zylalabs.com/api/3306/shazam+api+recognize/3559/recognize?url=https://copyright-audio-files.s3.amazonaws.com/3256426620570368870.m4a' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Shazam API Recognize 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
The Shazam API Recognize offers developers seamless integration to identify any song instantly. With this powerful tool, users can discover detailed information about songs, including artist names, lyrics, associated videos, and playlists. Leveraging the same technology as the popular Shazam app and website, this API provides accurate and reliable song recognition capabilities to enhance user experiences across various platforms and applications.
Developers can effortlessly incorporate the Shazam API into their projects, allowing users to identify songs effortlessly with just a few clicks or taps. Whether it's integrating into music streaming apps, social media platforms, or entertainment websites, the Shazam API Recognize adds a valuable feature that enriches user engagement and satisfaction.
By leveraging Shazam's extensive music database and advanced audio recognition algorithms, developers can deliver a seamless and intuitive song identification experience to their users. Whether users are curious about a catchy tune playing on the radio or want to explore more about their favorite tracks, the Shazam API Recognize provides a comprehensive solution for discovering and enjoying music.
Simple
Our API primarily supports JSON for both requests and responses. However, some endpoints may also support XML based on the use case. You can specify your preferred format in the request headers.
Yes, authentication is required for most API endpoints. You will need an API key or an OAuth token to authenticate your requests. Unauthorized access to certain endpoints is restricted to ensure data security.
Each API r 400: Bad Request (invalid parameters) 401: Unauthorized (invalid credentials) 404: Not Found (invalid endpoint or resource) 500: Internal Server Error (unexpected issue on the server) Refer to the error message for guidance on resolving the issue.
The API has a rate limit of 100 requests per minute for standard users. Higher rate limits are available for premium users. Exceeding the limit will result in a temporary suspension of requests, with a status code of 429 ("Too Many Requests").
识别端点返回关于已识别歌曲的详细信息,包括歌曲标题、艺术家名称、专辑、歌词、相关视频和播放列表。这些综合数据使用户能够有效地探索和参与音乐内容
响应数据中的关键字段包括“标题”(歌曲名称),“艺术家”(表演者),“专辑”(专辑名称),“歌词”(歌曲歌词),“视频”(音乐视频链接)和“播放列表”(相关播放列表)这些字段为用户提供了必要的信息
响应数据以JSON格式结构化,组织为键值对。每首歌曲的信息都封装在一个对象中,便于解析和访问特定细节,如标题、艺术家和歌词
识别端点提供诸如歌曲标题、艺术家、专辑详情、歌词、视频链接和播放列表等信息。这使用户能够更多地了解他们识别的音乐,并增强他们的听音体验
识别端点主要接受音频输入参数,例如音频文件或流数据 用户可以通过指定音频格式和质量来自定义请求以优化识别准确性
数据准确性通过先进的音频识别算法和庞大的音乐数据库得以保持 持续的更新和质量检查确保提供的信息可靠且最新 提升用户的信任
典型的用例包括将歌曲识别集成到音乐流媒体应用程序、社交媒体平台和娱乐网站中。这一功能通过允许用户即时识别和探索音乐来增强用户参与度
如果识别端点返回部分或空结果,用户应该检查音频质量并确保输入清晰。实施后备机制,如建议类似的歌曲或艺术家,可以在这种情况下增强用户体验