Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SunoAI-API/Suno-API
/ get_root
Function
get_root
main.py:25–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
24
@app.get(
"/"
)
25
async
def
get_root():
26
return
schemas.Response()
27
28
29
@app.post(
"/generate"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected