AudioFingerprintResponse
oneOf- AudioFingerprintResponseSuccess
- ErrorResponse
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)
successbooleanrequired
Possible values: [false]
messagestring
Human-readable message describing the error
failureCodeFailureCode (string)required
Specific failure code
Possible values: [AUTHENTICATION_FAILED, VALIDATION_ERROR, SERVICE_UNAVAILABLE, INTERNAL_ERROR, ACR_CLOUD_ERROR, ACR_CLOUD_CONFIG_ERROR, NO_STREAMING_RIGHTS, CLIP_NOT_FOUND, TRACK_NOT_FOUND, COLLECTION_NOT_FOUND, INVALID_PARAMETERS, MISSING_HEADERS, NETWORK_ERROR]
errorDataobject
Additional error context data
AudioFingerprintResponse
{
"success": true,
"data": {
"canPlay": true,
"clipId": 1
}
}