Skip to content

Suno rest client in python leveraging openapi-python-client

License

Notifications You must be signed in to change notification settings

hahahahahaiyiwen/suno-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suno-rest-client

GitHub

A python rest client for Suno AI leveraging openapi-python-client

Quickstart

Sign in Suno AI

Grab the cookie of your Suno AI account

  • 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

Clone this project

Run quickstart.py locally

  • Replace <COOKIE> inside cookie = '<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

About

Suno rest client in python leveraging openapi-python-client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages