Skip to main content

AudioFingerprintResponseSuccess

successbooleanrequired

Possible values: [true]

data objectrequired
canPlaybooleanrequired

Whether the audio can be played (true if not recognized or has rights, false if recognized but no rights)

clipIdinteger

The clip ID for the track if it's in our catalog and has rights (only present when canPlay is true)

AudioFingerprintResponseSuccess
{
"success": true,
"data": {
"canPlay": true,
"clipId": 1
}
}