Skip to content

friuns/awesome-suno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Awesome Suno AI 🎵

A curated list of awesome projects, libraries, and resources related to Suno AI - the AI music generation platform.

Table of Contents

Official & Primary API Libraries

  • gcui-art/suno-api - Official API wrapper to call Suno's music generation AI, easily integrate into agents like GPTs
  • Suno-API/Suno-API - Unofficial Suno AI API based on Golang. Supports generating songs, lyrics, and OpenAI Chat
  • MelohubAI/suno-ai-proxy - Unofficial Suno AI Node.js API proxy

Unofficial API Wrappers

Python

JavaScript/TypeScript

Other Languages

Downloaders & Sync Tools

Bots & Integrations

Applications & Tools

Research & Educational

Community & Resources

API Endpoints Found in Code

Based on GitHub code search, here are the main Suno API endpoints used:

  • https://studio-api.prod.suno.com/api/generate/v2-web/ - Song generation
  • https://studio-api.prod.suno.com/api/feed/v2 - Get song feed/metadata
  • https://studio-api.prod.suno.com/api/playlist/ - Playlist operations
  • https://studio-api.prod.suno.com/api/clip/ - Individual song operations
  • https://studio-api.prod.suno.com/api/profiles/ - User profiles
  • https://studio-api.prod.suno.com/api/user/user_config/ - User configuration
  • https://studio-api.prod.suno.com/api/discover - Discovery features
  • https://studio-api.prod.suno.com/api/gen/{clip_id}/wav_file/ - WAV file downloads

Contributing

Feel free to submit a pull request to add more awesome Suno-related projects!

License

This awesome list is licensed under the MIT License.

About

A curated list of awesome projects, libraries, and resources related to Suno AI - the AI music generation platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors