SUNO - AI music generation. It is developed based on FastAPI technologies
Official website: https://suno.com/
- Support latest v4 model
- 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.
- You can visit API documentation through http://localhost:8000/docs
-
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. -
Start the service
docker-compose up --build -d
-
Now you can access the service through http://localhost:8000
https://github.com/SunoAI-API/Suno-API