A python rest client for Suno AI leveraging openapi-python-client
Sign in Suno AI
- Open your browser and open 'Developer Tools' by press 'F12'
- Navigate to 'Network' tab
- Identity the request that includes the keyword
client?_clerk_js_version
- Navigate to 'Header' tab
- Copy the Cookie header value
- Replace
<COOKIE>
insidecookie = '<COOKIE>'
with the cookie value copied - Run
Python quickstart.py
to generate an audio clip, the url of the audio clip will be printed to the console - Open your browser and paste the url
- Enjoy the audio generated