base62_to_uri
Convert a base62 ID into a full spotify: URI for a specified entity kind such as track, album, or playlist, without making an API call.
Instructions
Reinterpret a base62 ID string as a Spotify entity ID and build the full spotify: URI for a given kind, offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Entity kind, e.g. track | |
| base62 | Yes | Base62 ID string | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |