GET
/track/audio-analysisReturns deep audio analysis features like BPM, key, energy, danceability, and mood metrics for a specific track. This is a standalone version of the audioFeatures object in /track/info.
Rate limit
30 req/min
Caching
Cached forever.
Authentication
Send a
User-Agent header containing a contact email. See authentication.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| isrc | string | required | The ISRC of the track to analyse. |
Request
curl 'https://api.synkradio.co.uk/track/audio-analysis?isrc=GBUM71505078' \
-H 'User-Agent: [email protected]'Try it
GETTry it
Sends a real requesthttps://api.synkradio.co.uk/track/audio-analysis?isrc=GBUM71505078Response
No example response is captured for this endpoint yet.