Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SunoAI-API/Suno-API
/ Response
Class
Response
schemas.py:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
class
Response(BaseModel):
10
code: Optional[int] = 0
11
msg: Optional[str] =
"success"
12
data: Optional[Any] = None
13
14
15
class
CustomModeGenerateParam(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected