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/set stores a keyed value.
  • POST /fingerprint/get returns a keyed value from the best match.
  • POST /fingerprint/visualize returns an SVG fingerprint image.