MCPcopy Index your code
hub / github.com/SunoAI-API/Suno-API / get_feed

Function get_feed

utils.py:39–43  ·  view source on GitHub ↗
(ids, token)

Source from the content-addressed store, hash-verified

37
38
39async def get_feed(ids, token):
40 headers = {"Authorization": f"Bearer {token}"}
41 api_url = f"{BASE_URL}/api/feed/?ids={ids}"
42 response = await fetch(api_url, headers, method="GET")
43 return response
44
45
46async def generate_music(data, token):

Callers 1

fetch_feedFunction · 0.90

Calls 1

fetchFunction · 0.85

Tested by

no test coverage detected