API Docs for the enterprise endpoint
We have a separate endpoint with enterprise features and the ability to handle large files. You can send hours- or even days-long audio to this endpoint and receive highly detailed metadata in response.
We count requests to the enterprise endpoint as 1 request per 12 seconds of audio.
When you upload a file, our servers consider it to be a group of 12-second-long audio chunks. If you don't want every one of these chunks to be recognized and counted as the requests, there are two parameters that you can use: skip
and every
.
skip
- the number of 12-second-long audio chunks to skip after the ones that are scanned;every
- the number of chunks to scan in a row.
So if you want to identify music playing in the first 12 seconds, then skip 48 seconds, then scan 12 seconds again, skip 48 seconds again, etc., these parameters should be skip=4 and every=1. If you want to skip 108 seconds, to have 1 request per 120 seconds of audio, send skip=9
and every=1
.
Where to get a token
You can get a token from our API Dashboard.
The first 300 requests are free; our subscription options start at $2 per 1000 requests. We use Stripe for secure payments; we can also accept US domestic and international bank transfers from enterprise customers.
How to send files
There are two ways to send files to the API:
- Provide a URL of the file. Our server will download and recognize music from the file. Send the URL in the
url
parameter. (You can also send a URL of a web page that contains audio or video instead of the URL of the actual audio file) - Post the file using multipart/form-data in the usual way the files are uploaded via the browser. Send the file in the
file
parameter, by POST. This method is useful if the file is not available by a URL.
You can try to send a file from a browser here (or here for csv results instead of json).
post Send a file
https://enterprise.audd.io/
- Request
- Response
- Code examples
string
string
binary
string
integer
integer
integer
integer
string
Here's an example of a response you can get from the recognition of this hour-long mix. It's a real response, so it's kind of long, and we replaced the duplicate song results with '...' so it's a bit easier to scroll.
{
"status": "success",
"result": [
{
"songs": [
{
"score": 100,
"artist": "Ali Angel",
"title": "Tou patou II",
"album": "Notre histoire",
"release_date": "2002-06-05",
"label": "BELIEVE - Pastel Productions",
"timecode": "00:11",
"isrc": "FR6V81099777",
"upc": "3760009882294",
"song_link": "https://lis.tn/TouPatouII",
"start_offset": 1,
"end_offset": 8680
},
{
"score": 100,
"artist": "Future Shock",
"title": "Dance Floor",
"album": "Beyond Forever",
"release_date": "2020-03-20",
"label": "Sportn' Life Music Group",
"timecode": "00:11",
"isrc": "QM4TX2035991",
"upc": "194491888015",
"song_link": "https://lis.tn/uxRpGN",
"start_offset": 1,
"end_offset": 8840
},
{
"score": 100,
"artist": "Anthony Acosta",
"title": "The Way She Moves",
"album": "The Way She Moves",
"release_date": "2008-06-01",
"label": "2254767 Records DK",
"timecode": "00:33",
"isrc": "QZHN32178577",
"upc": "196164729410",
"song_link": "https://lis.tn/HgiZkK",
"start_offset": 1,
"end_offset": 7820
}
],
"offset": "00:00"
},
{
"songs": [
{
"score": 100,
"artist": "Barely Alive",
"title": "Keyboard Killer",
"album": "Lost in the Internet EP",
"release_date": "2014-03-10",
"label": "Disciple Recordings",
"timecode": "00:41",
"isrc": "FR4GL1069639",
"upc": "3610154900148",
"song_link": "https://lis.tn/KeyboardKiller",
"start_offset": 1,
"end_offset": 9660
}
],
"offset": "00:48"
},
{
"songs": [
{
"score": 100,
"artist": "Barely Alive",
"title": "Keyboard Killer",
"album": "Lost in the Internet EP",
"release_date": "2014-03-10",
"label": "Disciple Recordings",
"timecode": "01:31",
"isrc": "FR4GL1069639",
"upc": "3610154900148",
"song_link": "https://lis.tn/KeyboardKiller",
"start_offset": 1,
"end_offset": 8440
}
],
"offset": "01:36"
},
{
"songs": [
{
"score": 100,
"artist": "Barely Alive",
"title": "Keyboard Killer",
"album": "Lost in the Internet EP",
"release_date": "2014-03-10",
"label": "Disciple Recordings",
"timecode": "02:20",
"isrc": "FR4GL1069639",
"upc": "3610154900148",
"song_link": "https://lis.tn/KeyboardKiller",
"start_offset": 1,
"end_offset": 10860
}
],
"offset": "02:24"
},
{
"songs": [
{
"score": 100,
"artist": "Barely Alive",
"title": "Keyboard Killer",
"album": "Lost in the Internet EP",
"release_date": "2014-03-10",
"label": "Disciple Recordings",
"timecode": "03:09",
"isrc": "FR4GL1069639",
"upc": "3610154900148",
"song_link": "https://lis.tn/KeyboardKiller",
"start_offset": 1,
"end_offset": 4920
}
],
"offset": "03:12"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Like a Boss Barely (Alive Remix)",
"album": "Never Say Die, Vol. 3",
"release_date": "2014-06-23",
"label": "Never Say Die",
"timecode": "00:05",
"isrc": "GB7YL1405802",
"upc": "5065001719561",
"song_link": "https://lis.tn/GdjIy",
"start_offset": 6780,
"end_offset": 11640
}
],
"offset": "04:00"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Like a Boss Barely (Alive Remix)",
"album": "Never Say Die, Vol. 3",
"release_date": "2014-06-23",
"label": "Never Say Die",
"timecode": "00:39",
"isrc": "GB7YL1405802",
"upc": "5065001719561",
"song_link": "https://lis.tn/GdjIy",
"start_offset": 1,
"end_offset": 8680
},
{
"score": 90,
"artist": "Eptic",
"title": "Like A Boss (Dubstep Sector)",
"album": "Like A Boss (Dubstep Sector)",
"release_date": "2012-12-22",
"timecode": "00:10",
"song_link": "https://youtu.be/DCKpz8oBtRI",
"start_offset": 3520,
"end_offset": 7640
},
{
"score": 78,
"artist": "Various Artists",
"title": "Like A Boss",
"album": "Never Say Die",
"release_date": "2012-05-27",
"timecode": "00:38",
"isrc": "BG7YL1202001",
"upc": "5065001719097",
"song_link": "https://lis.tn/udXtol",
"start_offset": 1860,
"end_offset": 9460
}
],
"offset": "04:48"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Like a Boss Barely (Alive Remix)",
"album": "Never Say Die, Vol. 3",
"release_date": "2014-06-23",
"label": "Never Say Die",
"timecode": "01:29",
"isrc": "GB7YL1405802",
"upc": "5065001719561",
"song_link": "https://lis.tn/GdjIy",
"start_offset": 1,
"end_offset": 9960
}
],
"offset": "05:36"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Like a Boss Barely (Alive Remix)",
"album": "Never Say Die, Vol. 3",
"release_date": "2014-06-23",
"label": "Never Say Die",
"timecode": "03:41",
"isrc": "GB7YL1405802",
"upc": "5065001719561",
"song_link": "https://lis.tn/GdjIy",
"start_offset": 1,
"end_offset": 8740
},
{
"score": 65,
"artist": "MatchPlayer",
"title": "140 Bpm Beat",
"album": "Summer For The Future",
"release_date": "2020-04-30",
"timecode": "00:47",
"isrc": "DELJ82016730",
"song_link": "https://lis.tn/140BpmBeat",
"start_offset": 1,
"end_offset": 10560
},
{
"score": 60,
"artist": "Tamerax",
"title": "Arcade Generation",
"album": "Arcade Generation",
"release_date": "2016-02-12",
"label": "Synergy Trax",
"timecode": "03:02",
"isrc": "GBKQU1591147",
"upc": "5054281919655",
"song_link": "https://lis.tn/ArcadeGeneration",
"start_offset": 1,
"end_offset": 6600
}
],
"offset": "06:24"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Like a Boss Barely (Alive Remix)",
"album": "Never Say Die, Vol. 3",
"release_date": "2014-06-23",
"label": "Never Say Die",
"timecode": "03:08",
"isrc": "GB7YL1405802",
"upc": "5065001719561",
"song_link": "https://lis.tn/GdjIy",
"start_offset": 1,
"end_offset": 11040
}
],
"offset": "07:12"
},
{
"songs": [
{
"score": 80,
"artist": "Zomboy",
"title": "Braindead",
"album": "Resurrected",
"release_date": "2015-05-25",
"label": "Never Say Die Records",
"timecode": "00:18",
"isrc": "GB7YL1507009",
"upc": "5065001719752",
"song_link": "https://lis.tn/Braindead",
"start_offset": 1,
"end_offset": 7980
},
{
"score": 76,
"artist": "Eptic",
"title": "Like a Boss Barely (Alive Remix)",
"album": "Never Say Die, Vol. 3",
"release_date": "2014-06-23",
"label": "Never Say Die",
"timecode": "00:11",
"isrc": "GB7YL1405802",
"upc": "5065001719561",
"song_link": "https://lis.tn/GdjIy",
"start_offset": 3000,
"end_offset": 6420
},
{
"score": 55,
"artist": "Rennz",
"title": "Solid State (Original Mix)",
"album": "Solid State",
"release_date": "2011-12-01",
"label": "Reaction Trax",
"timecode": "02:45",
"isrc": "GBKQU1157205",
"upc": "5052653144360",
"song_link": "https://lis.tn/sFWMr",
"start_offset": 1500,
"end_offset": 11720
}
],
"offset": "08:00"
},
{
"songs": [
{
"score": 52,
"artist": "Zomboy",
"title": "Braindead",
"album": "Resurrected",
"release_date": "2015-05-25",
"label": "Never Say Die Records",
"timecode": "01:06",
"isrc": "GB7YL1507009",
"upc": "5065001719752",
"song_link": "https://lis.tn/Braindead",
"start_offset": 3440,
"end_offset": 8500
}
],
"offset": "08:48"
},
{
"songs": [
{
"score": 65,
"artist": "Zomboy",
"title": "Braindead",
"album": "Resurrected",
"release_date": "2015-05-25",
"label": "Never Say Die Records",
"timecode": "01:57",
"isrc": "GB7YL1507009",
"upc": "5065001719752",
"song_link": "https://lis.tn/Braindead",
"start_offset": 1320,
"end_offset": 10260
}
],
"offset": "09:36"
},
{
"songs": [
{
"score": 55,
"artist": "Zomboy",
"title": "Braindead",
"album": "Resurrected",
"release_date": "2015-05-25",
"label": "Never Say Die Records",
"timecode": "02:47",
"isrc": "GB7YL1507009",
"upc": "5065001719752",
"song_link": "https://lis.tn/Braindead",
"start_offset": 4860,
"end_offset": 8960
}
],
"offset": "10:24"
},
{
"songs": [
{
"score": 78,
"artist": "Zomboy",
"title": "Braindead",
"album": "Resurrected",
"release_date": "2015-05-25",
"label": "Never Say Die Records",
"timecode": "03:37",
"isrc": "GB7YL1507009",
"upc": "5065001719752",
"song_link": "https://lis.tn/Braindead",
"start_offset": 5720,
"end_offset": 8480
}
],
"offset": "11:12"
},
{
"songs": [
{
"score": 70,
"artist": "Kill The Noise",
"title": "Jokes On You",
"album": "Roots Remixed EP",
"release_date": "2012-08-07",
"label": "Slow Roast Records",
"timecode": "00:47",
"isrc": "USYBL1200704",
"upc": "816769013768",
"song_link": "https://lis.tn/DRtVQD",
"start_offset": 1,
"end_offset": 11720
}
],
"offset": "12:00"
},
{
"songs": [
{
"score": 76,
"artist": "Kill The Noise",
"title": "Jokes On You",
"album": "Roots Remixed EP",
"release_date": "2012-08-07",
"label": "Slow Roast Records",
"timecode": "01:37",
"isrc": "USYBL1200704",
"upc": "816769013768",
"song_link": "https://lis.tn/DRtVQD",
"start_offset": 3020,
"end_offset": 8440
}
],
"offset": "12:48"
},
{
"songs": [
{
"score": 65,
"artist": "Kill The Noise",
"title": "Jokes On You",
"album": "Roots Remixed EP",
"release_date": "2012-08-07",
"label": "Slow Roast Records",
"timecode": "01:03",
"isrc": "USYBL1200704",
"upc": "816769013768",
"song_link": "https://lis.tn/DRtVQD",
"start_offset": 1,
"end_offset": 8660
}
],
"offset": "13:36"
},
{
"songs": [
{
"score": 81,
"artist": "Space Laces",
"title": "Digital Gangsta",
"album": "Excision 2014 Mix Compilation",
"release_date": "2014-09-08",
"label": "Rottun Recordings",
"timecode": "01:58",
"isrc": "UK7H21400052",
"upc": "5050909935342",
"song_link": "https://lis.tn/IJDGAF",
"start_offset": 1,
"end_offset": 10540
}
],
"offset": "16:00"
},
{
"songs": [
{
"score": 67,
"artist": "Space Laces",
"title": "Digital Gangsta",
"album": "Excision 2014 Mix Compilation",
"release_date": "2014-09-08",
"label": "Rottun Recordings",
"timecode": "00:59",
"isrc": "UK7H21400052",
"upc": "5050909935342",
"song_link": "https://lis.tn/IJDGAF",
"start_offset": 5940,
"end_offset": 8620
}
],
"offset": "16:48"
},
{
"songs": [
{
"score": 100,
"artist": "The Others",
"title": "Close",
"album": "UKF10 - Ten Years Of UKF",
"release_date": "2019-11-29",
"label": "MERLIN - UKF",
"timecode": "03:10",
"isrc": "GB2LD1900126",
"upc": "5055199529899",
"song_link": "https://lis.tn/PHrgur",
"start_offset": 1,
"end_offset": 7620
}
],
"offset": "17:36"
},
{
"songs": [
{
"score": 85,
"artist": "The Others",
"title": "Close",
"album": "UKF10 - Ten Years Of UKF",
"release_date": "2019-11-29",
"label": "MERLIN - UKF",
"timecode": "01:44",
"isrc": "GB2LD1900126",
"upc": "5055199529899",
"song_link": "https://lis.tn/PHrgur",
"start_offset": 1860,
"end_offset": 8800
},
{
"score": 52,
"artist": "Saugat Upadhaya",
"title": "Ya Rabba",
"label": "Sarpanch Records",
"timecode": "01:54",
"isrc": "USLZJ1568455",
"upc": "811868824079",
"song_link": "https://lis.tn/YaRabba",
"start_offset": 1380,
"end_offset": 11720
},
{
"score": 50,
"artist": "evvemoscia",
"title": "DJRMX presenta: Autodistruzione & rabbia",
"album": "DJRMX presenta: Autodistruzione & rabbia",
"release_date": "2020-03-03",
"label": "BKVV records",
"timecode": "02:34",
"isrc": "SE5BU2038544",
"upc": "635028845816",
"song_link": "https://lis.tn/POtSO",
"start_offset": 1,
"end_offset": 11720
}
],
"offset": "18:24"
},
{
"songs": [
{
"score": 90,
"artist": "The Others",
"title": "Close",
"album": "UKF10 - Ten Years Of UKF",
"release_date": "2019-11-29",
"label": "MERLIN - UKF",
"timecode": "02:34",
"isrc": "GB2LD1900126",
"upc": "5055199529899",
"song_link": "https://lis.tn/PHrgur",
"start_offset": 4920,
"end_offset": 8700
}
],
"offset": "19:12"
},
{
"songs": [
{
"score": 83,
"artist": "The Others",
"title": "Close",
"album": "UKF10 - Ten Years Of UKF",
"release_date": "2019-11-29",
"label": "MERLIN - UKF",
"timecode": "03:24",
"isrc": "GB2LD1900126",
"upc": "5055199529899",
"song_link": "https://lis.tn/PHrgur",
"start_offset": 1640,
"end_offset": 4600
}
],
"offset": "20:00"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Ready 2 Die",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "00:37",
"isrc": "GB7YL1814517",
"upc": "5056017302533",
"song_link": "https://lis.tn/Ready2Die",
"start_offset": 1,
"end_offset": 9580
}
],
"offset": "20:48"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Ready 2 Die",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "01:24",
"isrc": "GB7YL1814517",
"upc": "5056017302533",
"song_link": "https://lis.tn/Ready2Die",
"start_offset": 1,
"end_offset": 9920
}
],
"offset": "21:36"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Ready 2 Die",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "02:14",
"isrc": "GB7YL1814517",
"upc": "5056017302533",
"song_link": "https://lis.tn/Ready2Die",
"start_offset": 1,
"end_offset": 9160
}
],
"offset": "22:24"
},
{
"songs": [
{
"score": 100,
"artist": "Eptic",
"title": "Ready 2 Die",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "03:03",
"isrc": "GB7YL1814517",
"upc": "5056017302533",
"song_link": "https://lis.tn/Ready2Die",
"start_offset": 1,
"end_offset": 8460
},
{
"score": 100,
"artist": "Mastadon",
"title": "Exterminate",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "00:22",
"isrc": "GB7YL1814504",
"upc": "5056017302533",
"song_link": "https://lis.tn/USJxHr",
"start_offset": 4440,
"end_offset": 11000
}
],
"offset": "23:12"
},
{
"songs": [
{
"score": 100,
"artist": "Mastadon",
"title": "Exterminate",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "01:10",
"isrc": "GB7YL1814504",
"upc": "5056017302533",
"song_link": "https://lis.tn/USJxHr",
"start_offset": 1,
"end_offset": 11180
}
],
"offset": "24:00"
},
{
"songs": [
{
"score": 100,
"artist": "Mastadon",
"title": "Exterminate",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "01:58",
"isrc": "GB7YL1814504",
"upc": "5056017302533",
"song_link": "https://lis.tn/USJxHr",
"start_offset": 1,
"end_offset": 10080
},
{
"score": 74,
"artist": "Fox Stevenson",
"title": "Go Like",
"album": "Go Like",
"release_date": "2019-04-05",
"label": "Antifragile Music",
"timecode": "00:07",
"isrc": "QZ8GX1700484",
"upc": "192641285592",
"song_link": "https://lis.tn/GoLike",
"start_offset": 4140,
"end_offset": 11720
}
],
"offset": "24:48"
},
{
"songs": [
{
"score": 100,
"artist": "Fox Stevenson",
"title": "Go Like",
"album": "Go Like",
"release_date": "2019-04-05",
"label": "Antifragile Music",
"timecode": "00:36",
"isrc": "QZ8GX1700484",
"upc": "192641285592",
"song_link": "https://lis.tn/GoLike",
"start_offset": 1,
"end_offset": 10860
}
],
"offset": "25:36"
},
{
"songs": [
{
"score": 100,
"artist": "Fox Stevenson",
"title": "Go Like",
"album": "Go Like",
"release_date": "2019-04-05",
"label": "Antifragile Music",
"timecode": "01:23",
"isrc": "QZ8GX1700484",
"upc": "192641285592",
"song_link": "https://lis.tn/GoLike",
"start_offset": 1,
"end_offset": 9300
}
],
"offset": "26:24"
},
{
"songs": [
{
"score": 100,
"artist": "Fox Stevenson",
"title": "Go Like",
"album": "Go Like",
"release_date": "2019-04-05",
"label": "Antifragile Music",
"timecode": "02:12",
"isrc": "QZ8GX1700484",
"upc": "192641285592",
"song_link": "https://lis.tn/GoLike",
"start_offset": 1,
"end_offset": 10640
},
{
"score": 100,
"artist": "Basstrick",
"title": "Bounce With Me",
"album": "French Press",
"release_date": "2016-10-03",
"label": "Never Say Die Records",
"timecode": "00:17",
"isrc": "GB7YL1609003",
"upc": "5056017300478",
"song_link": "https://lis.tn/BounceWithMe",
"start_offset": 2260,
"end_offset": 6060
}
],
"offset": "27:12"
},
{
"songs": [
{
"score": 100,
"artist": "Fox Stevenson",
"title": "Go Like",
"album": "Go Like",
"release_date": "2019-04-05",
"label": "Antifragile Music",
"timecode": "03:00",
"isrc": "QZ8GX1700484",
"upc": "192641285592",
"song_link": "https://lis.tn/GoLike",
"start_offset": 1,
"end_offset": 10340
}
],
"offset": "28:00"
},
{
"songs": [
{
"score": 100,
"artist": "Basstrick",
"title": "Bounce With Me",
"album": "French Press",
"release_date": "2016-10-03",
"label": "Never Say Die Records",
"timecode": "00:23",
"isrc": "GB7YL1609003",
"upc": "5056017300478",
"song_link": "https://lis.tn/BounceWithMe",
"start_offset": 1,
"end_offset": 10500
},
{
"score": 85,
"artist": "Fox Stevenson",
"title": "Go Like",
"album": "Go Like",
"release_date": "2019-04-05",
"label": "Antifragile Music",
"timecode": "03:48",
"isrc": "QZ8GX1700484",
"upc": "192641285592",
"song_link": "https://lis.tn/GoLike",
"start_offset": 1,
"end_offset": 11680
}
],
"offset": "28:48"
},
{
"songs": [
{
"score": 100,
"artist": "Basstrick",
"title": "Bounce With Me",
"album": "French Press",
"release_date": "2016-10-03",
"label": "Never Say Die Records",
"timecode": "01:11",
"isrc": "GB7YL1609003",
"upc": "5056017300478",
"song_link": "https://lis.tn/BounceWithMe",
"start_offset": 1,
"end_offset": 11120
},
{
"score": 60,
"artist": "Blosso",
"title": "Bounce With Me",
"album": "Unstoppable",
"release_date": "2020-08-14",
"label": "804001 Records DK",
"timecode": "00:33",
"isrc": "QZK6Q2061315",
"upc": "195541561483",
"song_link": "https://lis.tn/SvQWCe",
"start_offset": 2700,
"end_offset": 3720
}
],
"offset": "29:36"
},
{
"songs": [
{
"score": 100,
"artist": "Basstrick",
"title": "Bounce With Me",
"album": "French Press",
"release_date": "2016-10-03",
"label": "Never Say Die Records",
"timecode": "00:29",
"isrc": "GB7YL1609003",
"upc": "5056017300478",
"song_link": "https://lis.tn/BounceWithMe",
"start_offset": 1,
"end_offset": 9260
},
{
"score": 63,
"artist": "Blosso",
"title": "Bounce With Me",
"album": "Unstoppable",
"release_date": "2020-08-14",
"label": "804001 Records DK",
"timecode": "00:29",
"isrc": "QZK6Q2061315",
"upc": "195541561483",
"song_link": "https://lis.tn/SvQWCe",
"start_offset": 5440,
"end_offset": 6600
}
],
"offset": "30:24"
},
{
"songs": [
{
"score": 100,
"artist": "Basstrick",
"title": "Bounce With Me",
"album": "French Press",
"release_date": "2016-10-03",
"label": "Never Say Die Records",
"timecode": "00:40",
"isrc": "GB7YL1609003",
"upc": "5056017300478",
"song_link": "https://lis.tn/BounceWithMe",
"start_offset": 1,
"end_offset": 9120
}
],
"offset": "31:12"
},
{
"songs": [
{
"score": 100,
"artist": "Dr. Ozi and Soltan",
"title": "Mumbai Madness",
"album": "Mumbai Madness",
"release_date": "2020-04-10",
"label": "Never Say Die Records",
"timecode": "00:55",
"isrc": "GB7YL2000040",
"upc": "5056017304162",
"song_link": "https://lis.tn/MumbaiMadness",
"start_offset": 1,
"end_offset": 10980
}
],
"offset": "32:00"
},
{
"songs": [
{
"score": 100,
"artist": "Dr. Ozi and Soltan",
"title": "Mumbai Madness",
"album": "Mumbai Madness",
"release_date": "2020-04-10",
"label": "Never Say Die Records",
"timecode": "01:44",
"isrc": "GB7YL2000040",
"upc": "5056017304162",
"song_link": "https://lis.tn/MumbaiMadness",
"start_offset": 1,
"end_offset": 11400
}
],
"offset": "32:48"
},
{
"songs": [
{
"score": 100,
"artist": "Dr. Ozi and Soltan",
"title": "Mumbai Madness",
"album": "Mumbai Madness",
"release_date": "2020-04-10",
"label": "Never Say Die Records",
"timecode": "02:34",
"isrc": "GB7YL2000040",
"upc": "5056017304162",
"song_link": "https://lis.tn/MumbaiMadness",
"start_offset": 1,
"end_offset": 10940
}
],
"offset": "33:36"
},
{
"songs": [
{
"score": 100,
"artist": "Trinergy",
"title": "Oosch (feat. Gravity)",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "00:44",
"isrc": "GB7YL1814511",
"upc": "5056017302533",
"song_link": "https://lis.tn/OoschFeatGravity",
"start_offset": 1,
"end_offset": 9760
}
],
"offset": "34:24"
},
{
"songs": [
{
"score": 100,
"artist": "Trinergy",
"title": "Oosch (feat. Gravity)",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "01:34",
"isrc": "GB7YL1814511",
"upc": "5056017302533",
"song_link": "https://lis.tn/OoschFeatGravity",
"start_offset": 1,
"end_offset": 10360
}
],
"offset": "35:12"
},
{
"songs": [
{
"score": 100,
"artist": "Trinergy",
"title": "Oosch (feat. Gravity)",
"album": "Never Say Die, Vol. 6",
"release_date": "2018-12-14",
"label": "Never Say Die Records",
"timecode": "02:23",
"isrc": "GB7YL1814511",
"upc": "5056017302533",
"song_link": "https://lis.tn/OoschFeatGravity",
"start_offset": 5220,
"end_offset": 11540
}
],
"offset": "36:00"
},
{
"songs": [
{
"score": 100,
"artist": "heRobust",
"title": "BRUH?!",
"album": "BRUH?!",
"release_date": "2019-06-21",
"label": "Busted Records",
"timecode": "00:26",
"isrc": "QMEZE1950015",
"upc": "5059033612754",
"song_link": "https://lis.tn/BRUH%3F%21",
"start_offset": 1,
"end_offset": 10360
}
],
"offset": "36:48"
},
{
"songs": [
{
"score": 100,
"artist": "heRobust",
"title": "BRUH?!",
"album": "BRUH?!",
"release_date": "2019-06-21",
"label": "Busted Records",
"timecode": "01:15",
"isrc": "QMEZE1950015",
"upc": "5059033612754",
"song_link": "https://lis.tn/BRUH%3F%21",
"start_offset": 6380,
"end_offset": 11140
}
],
"offset": "37:36"
},
{
"songs": [
{
"score": 100,
"artist": "heRobust",
"title": "BRUH?!",
"album": "BRUH?!",
"release_date": "2019-06-21",
"label": "Busted Records",
"timecode": "00:22",
"isrc": "QMEZE1950015",
"upc": "5059033612754",
"song_link": "https://lis.tn/BRUH%3F%21",
"start_offset": 3060,
"end_offset": 11400
}
],
"offset": "38:24"
},
{
"songs": [
{
"score": 100,
"artist": "heRobust",
"title": "BRUH?!",
"album": "BRUH?!",
"release_date": "2019-06-21",
"label": "Busted Records",
"timecode": "02:53",
"isrc": "QMEZE1950015",
"upc": "5059033612754",
"song_link": "https://lis.tn/BRUH%3F%21",
"start_offset": 3360,
"end_offset": 9700
}
],
"offset": "39:12"
},
{
"songs": [
{
"score": 100,
"artist": "Zomboy",
"title": "Young & Dangerous",
"album": "Rott N' Roll Vol. 1",
"release_date": "2017-08-07",
"label": "Never Say Die Records",
"timecode": "00:44",
"isrc": "GB7YL1711002",
"upc": "5056017301123",
"song_link": "https://lis.tn/Young%26Dangerous",
"start_offset": 1380,
"end_offset": 9840
}
],
"offset": "40:00"
},
{
"songs": [
{
"score": 92,
"artist": "Zomboy",
"title": "Young & Dangerous",
"album": "Rott N' Roll Vol. 1",
"release_date": "2017-08-07",
"label": "Never Say Die Records",
"timecode": "01:33",
"isrc": "GB7YL1711002",
"upc": "5056017301123",
"song_link": "https://lis.tn/Young%26Dangerous",
"start_offset": 6720,
"end_offset": 11000
}
],
"offset": "40:48"
},
{
"songs": [
{
"score": 70,
"artist": "Zomboy",
"title": "Young & Dangerous",
"album": "Rott N' Roll Vol. 1",
"release_date": "2017-08-07",
"label": "Never Say Die Records",
"timecode": "02:23",
"isrc": "GB7YL1711002",
"upc": "5056017301123",
"song_link": "https://lis.tn/Young%26Dangerous",
"start_offset": 1,
"end_offset": 2800
}
],
"offset": "41:36"
},
{
"songs": [
{
"score": 98,
"artist": "Zomboy",
"title": "Young & Dangerous",
"album": "Rott N' Roll Vol. 1",
"release_date": "2017-08-07",
"label": "Never Say Die Records",
"timecode": "03:12",
"isrc": "GB7YL1711002",
"upc": "5056017301123",
"song_link": "https://lis.tn/Young%26Dangerous",
"start_offset": 3740,
"end_offset": 11160
}
],
"offset": "42:24"
},
{
"songs": [
{
"score": 74,
"artist": "Zomboy",
"title": "Young & Dangerous",
"album": "Rott N' Roll Vol. 1",
"release_date": "2017-08-07",
"label": "Never Say Die Records",
"timecode": "04:07",
"isrc": "GB7YL1711002",
"upc": "5056017301123",
"song_link": "https://lis.tn/Young%26Dangerous",
"start_offset": 1,
"end_offset": 3020
}
],
"offset": "43:12"
},
{
"songs": [
{
"score": 100,
"artist": "Franky Nuts",
"title": "Let's Get It",
"album": "Never Say Die One Hundred",
"release_date": "2017-03-10",
"label": "Never Say Die Records",
"timecode": "01:01",
"isrc": "GB7YL1710008",
"upc": "5056017300782",
"song_link": "https://lis.tn/LetsGetIt",
"start_offset": 1,
"end_offset": 4420
}
],
"offset": "44:00"
},
{
"songs": [
{
"score": 65,
"artist": "Franky Nuts",
"title": "Let's Get It",
"album": "Never Say Die One Hundred",
"release_date": "2017-03-10",
"label": "Never Say Die Records",
"timecode": "02:40",
"isrc": "GB7YL1710008",
"upc": "5056017300782",
"song_link": "https://lis.tn/LetsGetIt",
"start_offset": 1320,
"end_offset": 3160
}
],
"offset": "45:36"
},
{
"songs": [
{
"score": 100,
"artist": "TrollPhace",
"title": "S'mores Ft. Popsikl",
"album": "Never Say Die One Hundred",
"release_date": "2017-03-10",
"label": "Never Say Die Records",
"timecode": "00:56",
"isrc": "GB7YL1710020",
"upc": "5056017300782",
"song_link": "https://lis.tn/SmoresFtPopsikl",
"start_offset": 4640,
"end_offset": 8640
}
],
"offset": "46:24"
},
{
"songs": [
{
"score": 60,
"artist": "TrollPhace",
"title": "S'mores Ft. Popsikl",
"album": "Never Say Die One Hundred",
"release_date": "2017-03-10",
"label": "Never Say Die Records",
"timecode": "01:45",
"isrc": "GB7YL1710020",
"upc": "5056017300782",
"song_link": "https://lis.tn/SmoresFtPopsikl",
"start_offset": 5960,
"end_offset": 9140
}
],
"offset": "47:12"
},
{
"songs": [
{
"score": 87,
"artist": "TrollPhace",
"title": "S'mores Ft. Popsikl",
"album": "Never Say Die One Hundred",
"release_date": "2017-03-10",
"label": "Never Say Die Records",
"timecode": "02:36",
"isrc": "GB7YL1710020",
"upc": "5056017300782",
"song_link": "https://lis.tn/SmoresFtPopsikl",
"start_offset": 1,
"end_offset": 10000
}
],
"offset": "48:00"
},
{
"songs": [
{
"score": 74,
"artist": "TrollPhace",
"title": "S'mores Ft. Popsikl",
"album": "Never Say Die One Hundred",
"release_date": "2017-03-10",
"label": "Never Say Die Records",
"timecode": "03:26",
"isrc": "GB7YL1710020",
"upc": "5056017300782",
"song_link": "https://lis.tn/SmoresFtPopsikl",
"start_offset": 5720,
"end_offset": 7120
}
],
"offset": "48:48"
},
{
"songs": [
{
"score": 100,
"artist": "Virtual Riot",
"title": "Throwback",
"album": "Throw Back",
"release_date": "2017-02-27",
"label": "Disciple",
"timecode": "00:50",
"isrc": "FR10S1774882",
"upc": "3614975607491",
"song_link": "https://lis.tn/ZsWdON",
"start_offset": 1,
"end_offset": 10620
}
],
"offset": "49:36"
},
{
"songs": [
{
"score": 58,
"artist": "Maduk featuring Juul",
"title": "Company feat. Juul",
"album": "Company",
"release_date": "2020-03-26",
"label": "Liquicity Records",
"timecode": "03:34",
"isrc": "NLCK41064396",
"upc": "8790001283503",
"song_link": "https://lis.tn/CompanyFeatJuul",
"start_offset": 2800,
"end_offset": 10440
}
],
"offset": "50:24"
},
{
"songs": [
{
"score": 100,
"artist": "Virtual Riot",
"title": "Throwback",
"album": "Throw Back",
"release_date": "2017-02-27",
"label": "Disciple",
"timecode": "02:26",
"isrc": "FR10S1774882",
"upc": "3614975607491",
"song_link": "https://lis.tn/ZsWdON",
"start_offset": 1,
"end_offset": 10620
},
{
"score": 50,
"artist": "Jerry Goldsmith",
"title": "Patton: German March",
"album": "Patton / Tora! Tora! Tora!",
"release_date": "2016-06-07",
"label": "UMG - Varese Sarabande",
"timecode": "00:44",
"isrc": "US3M59779608",
"upc": "00030206579697",
"song_link": "https://lis.tn/Patton%3AGermanMarch",
"start_offset": 1,
"end_offset": 10080
},
{
"score": 50,
"artist": "Best Guitar Music",
"title": "Lazy Evening",
"album": "Jazz Music- Ideal Instrumental Music for Study, Work and Relaxation",
"release_date": "2020-01-03",
"label": "Relaxland Rec",
"timecode": "02:34",
"isrc": "PLS921769511",
"upc": "8134130945671",
"song_link": "https://lis.tn/LazyEvening",
"start_offset": 1,
"end_offset": 11720
}
],
"offset": "51:12"
},
{
"songs": [
{
"score": 100,
"artist": "Virtual Riot",
"title": "Throwback",
"album": "Throw Back",
"release_date": "2017-02-27",
"label": "Disciple",
"timecode": "03:14",
"isrc": "FR10S1774882",
"upc": "3614975607491",
"song_link": "https://lis.tn/ZsWdON",
"start_offset": 1,
"end_offset": 8760
}
],
"offset": "52:00"
}
],
"execution_time": "38.335355495s"
}
timecode
is the position in the original song where the matched fragment is playing (e.g., that can be 00:45 of Imagine Dragons - Warriors).
offset
is the position, in the audio file you submitted, of the start of the 12-second-long fragment that contains matches.
start_offset
and end_offset
are the positions (in milliseconds) in the 12-second-long fragment of the start and end of the fragment we matched to a song.
How to get additional metadata, e.g., ISRCs and UPCs
You don't have to have an enterprise account in order to use the enterprise endpoint. But you need an enterprise account to get ISRCs and UPCs with the results. Let us know if you want access to these features: send an email to api@audd.io.