get_audio_features
Retrieve audio features like tempo, key, energy, and danceability for one or more Spotify tracks. Supports batch lookup of up to 100 tracks in a single API call.
Instructions
Get audio features for one or more tracks (tempo, key, energy, danceability, etc).
Args:
track_ids: Single track ID or list of track IDs (up to 100)
Returns:
Dict with 'features' list containing audio features for each track.
Features include: tempo, key, mode, time_signature, danceability, energy,
valence, loudness, speechiness, acousticness, instrumentalness, liveness.
Note: Batch lookup is efficient - 100 tracks = 1 API call.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||