Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
def
get_lyrics(lid):
48
r = requests.get(f
"http://127.0.0.1:8000/lyrics/{lid}"
)
49
print(r.text)
50
51
52
def
get_info(aid):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected