Skip to main content
POST
/
ws
/
1.1
/
track.lyrics.fingerprint.post
track.lyrics.fingerprint.post
curl --request POST \
  --url https://api.musixmatch.com/ws/1.1/track.lyrics.fingerprint.post \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "text": "<string>"
  }
}'
{
  "message": {
    "body": {
      "track_list": [
        {
          "similarity": 123,
          "track": {
            "commontrack_id": 123
          }
        }
      ]
    },
    "header": {
      "execute_time": 123,
      "hint": "<string>",
      "status_code": 123
    }
  }
}
Use this API to screen any text for potential lyrical content. This service is designed for digital platforms, especially those implementing generative AI, to automatically identify potential copyright concerns in user-generated content. The API supports the submission of any text string, returning a ranked list of track matches with corresponding similarity scores.

Authorizations

apikey
string
query
required

Query Parameters

size
string

The "track_list" response length (max 20)

Body

application/json
data
object

Response

200 - application/json

200 OK / 400 Bad Request / 403 Forbidden

message
object
I