MCPcopy Create free account

hub / github.com/SunoAI-API/Suno-API / functions

Functions30 in github.com/SunoAI-API/Suno-API

↓ 5 callersFunctionfetch
(url, headers=None, data=None, method="POST")
utils.py:20
↓ 2 callersFunctiongenerate_music
(data, token)
utils.py:46
↓ 2 callersMethodload_cookie
(self, cookie_str)
cookie.py:19
↓ 1 callersFunctiongenerate_lyrics
(prompt, token)
utils.py:53
↓ 1 callersMethodget_cookie
(self)
cookie.py:22
↓ 1 callersFunctionget_credits
(token)
utils.py:66
↓ 1 callersFunctionget_feed
(ids, token)
utils.py:39
↓ 1 callersFunctionget_info
(aid)
test.py:52
↓ 1 callersFunctionget_lyrics
(lid, token)
utils.py:60
↓ 1 callersMethodget_session_id
(self)
cookie.py:28
↓ 1 callersMethodget_token
(self)
cookie.py:31
↓ 1 callersMethodset_session_id
(self, session_id)
cookie.py:25
↓ 1 callersMethodset_token
(self, token: str)
cookie.py:34
↓ 1 callersFunctionstart_keep_alive
(suno_cookie: SunoCookie)
cookie.py:72
↓ 1 callersFunctionupdate_token
(suno_cookie: SunoCookie)
cookie.py:43
Method__init__
(self)
cookie.py:14
Functionfetch_credits
(token: str = Depends(get_token))
main.py:96
Functionfetch_feed
(aid: str, token: str = Depends(get_token))
main.py:56
Functionfetch_lyrics
(lid: str, token: str = Depends(get_token))
main.py:85
Functiongenerate
( data: schemas.CustomModeGenerateParam, token: str = Depends(get_token) )
main.py:30
Functiongenerate_lyrics_post
(request: Request, token: str = Depends(get_token))
main.py:67
Functiongenerate_with_song_description
( data: schemas.DescriptionModeGenerateParam, token: str = Depends(get_token) )
main.py:43
Functionget_lyrics
(lid)
test.py:47
Functionget_root
()
main.py:25
Functionget_token
()
deps.py:6
Functionkeep_alive
(suno_cookie: SunoCookie)
cookie.py:62
Functionsave_song
(aid, output_path="output")
test.py:60
Functiontest_generate_lyrics
()
test.py:40
Functiontest_generate_music
()
test.py:9
Functiontest_generate_music_with_description
()
test.py:27