TuneTunnel Fingerprinter
Contact your account rep to get access.
SDK
Run the SDK on an audio file to generate a TuneTunnel fingerprint.
tunetunnel-fingerprinter song.wav
{
"duration": 123,
"fingerprint": "tune...",
"algorithm": "TuneFingerV1"
}
DB API
Use the database to compare and visualize fingerprints.
Authorization: Bearer YOUR_API_KEY
POST /fingerprint/setstores a keyed value.POST /fingerprint/getreturns a keyed value from the best match.POST /fingerprint/visualizereturns an SVG fingerprint image.