Edit Link

Fields

  • $artist_id (String, required): The ID of the artist.

  • $domain (String, required): The domain of the link.

  • $path (String, required): The path of the link.

  • $type (String, required): The type of the link. The value can be bio, release or playlist

  • $spotify_link (String, required): The Spotify link associated with the link.

  • $title (String): The title of the link. Default to the Spotify release title

  • $subtitle (String): The subtitle of the link. Defaults to Spotify artist name

  • $description (String): The description of the link. Defaults to Spotify description

  • $image (String): The preview image. Defaults to cover image from Spotify

  • $theme (String): The theme of the link. Defaults to light.

  • $fill_dsps (Boolean): Boolean indicating whether to auto-fill available DSP links (Apple Music, Amazon Music, iTunes, Deezer). Defaults to true.

  • $display_artist_socials (Boolean): Boolean indicating whether to display artist socials. Defaults to true.

  • $preview_type (String): The type of preview. The value can be image or spotify. Defaults to image.

  • $autoplay_track (String): The Spotify ID of the song that gets autoplayed.

Request

Last updated