Update track metadata
soundcloud_update_trackUpdate a SoundCloud track's metadata by setting only the fields you want to change—title, genre, tags, license, sharing, and more.
Instructions
Update metadata of a track owned by the logged-in user (PUT /tracks/{urn}). Only the provided fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isrc | No | ||
| genre | No | ||
| title | No | ||
| track | Yes | Track URN (soundcloud:tracks:123), numeric id, or a soundcloud.com track URL | |
| account | No | Logged-in SoundCloud account to act as: alias, username or user URN. Omit to use the active (default) account; soundcloud_auth_status lists them. | |
| license | No | ||
| release | No | Release / catalog number | |
| sharing | No | ||
| tag_list | No | Space-separated tags; quote multi-word tags, e.g. techno "deep house" geo:lat=43.5 | |
| permalink | No | URL slug of the track | |
| label_name | No | ||
| streamable | No | ||
| commentable | No | ||
| description | No | ||
| downloadable | No | ||
| purchase_url | No | ||
| release_date | No | yyyy-mm-dd | |
| reveal_stats | No | false hides play/like counts (quiet mode) | |
| embeddable_by | No | ||
| metadata_artist | No | Artist name shown for the track, when different from the user | |
| reveal_comments | No | false hides comments (quiet mode) |