MCPcopy Create free account
hub / github.com/SunoAI-API/Suno-API / get_lyrics

Function get_lyrics

test.py:47–49  ·  view source on GitHub ↗
(lid)

Source from the content-addressed store, hash-verified

45
46
47def get_lyrics(lid):
48 r = requests.get(f"http://127.0.0.1:8000/lyrics/{lid}")
49 print(r.text)
50
51
52def get_info(aid):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected