MCPcopy Index your code
hub / github.com/SunoAI-API/Suno-API / get_lyrics

Function get_lyrics

utils.py:60–63  ·  view source on GitHub ↗
(lid, token)

Source from the content-addressed store, hash-verified

58
59
60async def get_lyrics(lid, token):
61 headers = {"Authorization": f"Bearer {token}"}
62 api_url = f"{BASE_URL}/api/generate/lyrics/{lid}"
63 return await fetch(api_url, headers, method="GET")
64
65
66async def get_credits(token):

Callers 1

fetch_lyricsFunction · 0.90

Calls 1

fetchFunction · 0.85

Tested by

no test coverage detected