Skip to content

gochendong/suno-api

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. When the API returns "Token validation failed." you need to manually create a song in the browser, which will occur about once every 8 hours.
  3. 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

Sponsor this project