workflows.fit
Back to n8n workflows
n8n templateFreeBy Edoardo

Create lyric posters from Spotify tracks with Musixmatch and OpenAI

Turn a song into a ready-to-hang poster, by using Musixmatch and AI This n8n workflow turns a song title and artist name into a gallery-ready poster by combining Musixmatch lyric intelligence with a tightly controlled...

MiscellaneousDevelopmentCore NodesAILangchain@musixmatch/n8n-nodes-musixmatch.musixmatch ToolLm Chat Open AiSticky Note
Loading interactive preview...

Template notes

Turn a song into a ready-to-hang poster, by using Musixmatch and AI

This n8n workflow turns a song title and artist name into a gallery-ready poster by combining Musixmatch lyric intelligence with a tightly controlled AI art direction pipeline.

At its core, Musixmatch is used to identify the correct song and retrieve official lyrics, which then drive a highly curated image-generation prompt and final poster artwork.

---

What this workflow does

1. Trigger via chat - The workflow starts when a chat message is received. - The user provides a song title and artist name.

2. Identify the correct track with Musixmatch - The Musixmatch “Match track by metadata” node is used to: - Resolve ambiguities in song titles - Confirm the correct track - Retrieve a stable commontrackid - This ensures all downstream steps reference the correct song.

3. Retrieve full lyrics from Musixmatch - Using the confirmed commontrackid, the Musixmatch lyrics endpoint fetches the official song lyrics. - Lyrics are treated as authoritative source material for creative interpretation.