Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SunoAI-API/Suno-API
/ get_info
Function
get_info
test.py:52–57 ·
view source on GitHub ↗
(aid)
Source
from the content-addressed store, hash-verified
50
51
52
def
get_info(aid):
53
response = requests.get(f
"http://127.0.0.1:8000/feed/{aid}"
)
54
55
data = json.loads(response.text)[0]
56
57
return
data[
"audio_url"
], data[
"metadata"
]
58
59
60
def
save_song(aid, output_path=
"output"
):
Callers
1
save_song
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected