Search Response
Example Search Response (Identify Music Search)
{
"lookup_ids": [
"123456789012345678"
],
"query_file_duration_seconds": 158.0,
"matches": [
{
"asset": {
"title": "Example Track",
"subtitle": "",
"artist": "Example Artist",
"isrc": "USRC12345678",
"id": "987654321098765432",
"duration_seconds": 207.0,
"album_name": "Example Album",
"barcode": "123456789012",
"label": "Example Label",
"distributor": "Example Distributor",
"release_date": {
"year": 2024,
"month": 1,
"day": 15
},
"dsp": [
{
"name": "spotify",
"url": "https://open.spotify.com/track/example-track"
}
]
},
"match_details": {
"audio": {
"query_match_duration_seconds": 158.0,
"query_match_percentage": 100.0,
"asset_match_duration_seconds": 207.0,
"asset_match_percentage": 76.3,
"segments": [
{
"query_start": 0,
"query_end": 158,
"asset_start": 12,
"asset_end": 170,
"audio_pitch": 0,
"audio_speed": 100,
"melody_transposition": null,
"confidence": 100
}
]
},
"melody": null,
"phonetic": null,
"video": null
}
}
],
"content_classification": null
}Example Search Response (Content Classifiation)
Top-Level Fields
Field
Description
Match Object
Field
Description
Asset Fields
Field
Description
Match Details
Field
Description
Segment Fields
Field
Description
Content Classification
Field
Description
Classification Segment Fields
Field
Description
Classification Subclasses
Field
Description
Last updated