Skip to main content

Track

No description

interface Track {
id: ID!
title: String!
audioAnalysisV6: AudioAnalysisV6!
audioAnalysisV7: AudioAnalysisV7!
augmentedKeywords: AugmentedKeywordsResult!
brandValues: BrandValuesResult!
similarTracks(
first: Int = 10
searchMode: SimilarTracksSearchMode
target: SimilarTracksTarget!
experimental_filter: experimental_SimilarTracksFilter
): SimilarTracksResult!
}

Fields

id (ID!)

title (String!)

audioAnalysisV6 (AudioAnalysisV6!)

audioAnalysisV7 (AudioAnalysisV7!)

augmentedKeywords (AugmentedKeywordsResult!)

Augmented keywords that can be associated with the audio.

brandValues (BrandValuesResult!)

Brand values that can be associated with the audio.

similarTracks (SimilarTracksResult!)

Find similar tracks.

Amount of items to fetch.

The relevant parts of the track that should be used for the similarity search.

What kind of results should be returned? Either Spotify or Library tracks.

Filters to apply on to the similarity search.