GET
/v1/compat/spotify/audio-features/{id}
Spotify Audio Features drop-in
Spotify-compat shim for migrators. Returns audio features in the exact JSON shape Spotify's deprecated /v1/audio-features/{id} endpoint used to return — zero-code-change switch for teams moving off Spotify. Pass any Spotify track ID and receive real DSP features in the original format.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string | yes |
Example request
cURL
curl https://api.tunelab.dev/v1/compat/spotify/audio-features/{id} \
-H "Authorization: Bearer tl_live_xxx"