Subspace Institute
Background Decoration

Shazam Music Recognition

Detect music from raw audio data (signed 16-bit LE PCM) using Shazam

POST
/shazam

Query Parameters

lang?string

Language tag, e.g. en-US, zh-CN

Default"en-US"

Request Body

application/octet-stream

Raw audio data in signed 16-bit little-endian PCM format

Response Body

application/json

application/json

application/json

curl -X POST "https://edge-workers.laplace.cn/laplace/shazam"
{
  "match": {}
}
{
  "error": "string"
}
{
  "error": "string"
}