GET
/v1/resolve/{id}
Cross-platform ID resolution
Convert any track ID (Spotify, Apple, Deezer, ISRC, MusicBrainz) into all other platform IDs plus identity metadata. Zero-credit operation.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string | yes |
Example request
cURL
curl https://api.tunelab.dev/v1/resolve/{id} \
-H "Authorization: Bearer tl_live_xxx"