Access detailed insights from song lyrics.
This endpoint delivers a breakdown of lyrical elements identified through AI/LLMs (large language models). Attributes include:
Need to get the song UUID first? Use the Get song by ISRC or Get song by platform ID or Search song by name endpoints.
GET /api/v2/song/{uuid}/lyrics-analysis
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| uuid | string | A Song UUID |
Required |
| Status code | Description | Resource |
|---|---|---|
| 200 | OK
A Lyrics analysis response |
LyricsAnalysisResponse |
| 401 | Unauthorized
You are not logged in |
|
| 403 | Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
| 404 | Not Found
Song not found |