Library
Music library browsing — artists, albums, and tracks
📄️ List artists
Returns a paginated, searchable list of artists in the library.
📄️ Get artist detail
Returns the detail page for a specific artist including biography, albums, and similar artists.
📄️ Get artist image
Returns the artist's thumbnail image. Requires authentication.
📄️ Regenerate AI metadata for artist
Triggers AI regeneration of the artist's biography and metadata. Returns an HTML fragment with the updated content.
📄️ Find similar artists
Triggers a search for artists similar to the specified artist and returns an HTML fragment with results.
📄️ Create mixtape from artist
Creates a new mixtape seeded with tracks from the specified artist and returns an HTML fragment.
📄️ List albums
Returns a paginated, searchable list of albums in the library.
📄️ Get album detail
Returns the detail page for a specific album including tracklist and metadata.
📄️ Get album image
Returns the album's cover art image. Requires authentication.
📄️ Regenerate AI metadata for album
Triggers AI regeneration of the album's description and metadata. Returns an HTML fragment with the updated content.
📄️ Create mixtape from album
Creates a new mixtape seeded with tracks from the specified album and returns an HTML fragment.
📄️ List tracks
Returns a paginated, searchable list of tracks in the library.
📄️ Get track detail
Returns the detail page for a specific track.
📄️ Regenerate AI metadata for track
Triggers AI regeneration of the track's metadata and annotations. Returns an HTML fragment with the updated content.