base62_to_uri
Build a spotify: URI from a base62 ID and entity kind, enabling offline conversion to a standard Spotify identifier.
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 |