Like / unlike a track or playlist
soundcloud_set_likeSet a SoundCloud track or playlist as liked or unliked for your logged-in account. Provide the track/playlist target and liked=true/false to update the like status.
Instructions
Like (liked=true) or remove the like (liked=false) on a track or playlist as the logged-in user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Required only when target is a bare numeric id | |
| liked | Yes | true to like, false to unlike | |
| target | Yes | Track or playlist: URN (soundcloud:tracks:123 / soundcloud:playlists:123) or soundcloud.com URL. Bare numeric ids also need kind. | |
| 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. |