Skip to content

schrottfabrik/suno-api-python

 
 

Repository files navigation

SUNO API

SUNO - AI music generation. It is developed based on FastAPI technologies

Official website: https://suno.com/

Github: https://github.com/gochendong/suno-api

Features

  1. Support latest v4 model
  2. You can visit API documentation through http://localhost:8000/docs

Install

  1. from F12 Network https://clerk.suno.com/v1/client?xxx. fetch Cookie and edit the .env.example file, rename to .env and fill in cookie.

  2. Start the service

    docker-compose up --build -d
    
  3. Now you can access the service through http://localhost:8000

Referenced project

https://github.com/SunoAI-API/Suno-API

https://github.com/gcui-art/suno-api

License

MIT licensed

About

suno api - AI music generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Dockerfile 1.9%
  • Makefile 0.6%