curl --request POST \ --url https://api.musixmatch.com/ws/1.1/track.lyrics.fingerprint.post \ --header 'Content-Type: application/json' \ --data '{ "data": { "text": "I'\''m waking up to ash and dust I wipe my brow and I sweat my rust I'\''m breathing in the chemicals I'\''m breaking in, shaping up, then checking out on the prison bus This is it, the apocalypse" }}'
Detect potential copyrighted lyrics within any text string and retrieve a ranked list of matching tracks.
POST
/
ws
/
1.1
/
track.lyrics.fingerprint.post
track.lyrics.fingerprint.post
Copy
Ask AI
curl --request POST \ --url https://api.musixmatch.com/ws/1.1/track.lyrics.fingerprint.post \ --header 'Content-Type: application/json' \ --data '{ "data": { "text": "I'\''m waking up to ash and dust I wipe my brow and I sweat my rust I'\''m breathing in the chemicals I'\''m breaking in, shaping up, then checking out on the prison bus This is it, the apocalypse" }}'
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.