Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SunoAI-API/Suno-API
Stable and reliable, no deployment required, pay-as-you-go music generation API. đ
https://github.com/SunoAI-API/Suno-API
suno suno-ai suno-ai-api
Last synced: 3 months ago
JSON representation
Stable and reliable, no deployment required, pay-as-you-go music generation API. đ
- Host: GitHub
- URL: https://github.com/SunoAI-API/Suno-API
- Owner: SunoAI-API
- License: mit
- Created: 2024-03-26T14:27:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T07:08:02.000Z (4 months ago)
- Last Synced: 2024-07-29T09:35:52.613Z (3 months ago)
- Topics: suno, suno-ai, suno-ai-api
- Language: Python
- Homepage: https://app.foxai.me
- Size: 1.8 MB
- Stars: 1,350
- Watchers: 8
- Forks: 185
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - SunoAI-API/Suno-API - Create Music in Seconds with SunoAPI. (Python)
- project-awesome - SunoAI-API/Suno-API - Create Music in Seconds with SunoAPI. (Python)
README
[įŽäŊä¸æ](README_ZH.md) | [æĨæŦčĒ](README_JA.md)
I provide the Suno API, no deployment is required, no subscription to suno is required.
Lower price, more convenient to use the suno API.
Website: [https://app.foxai.me](https://app.foxai.me)### Unofficial API
This is an unofficial API based on Python and FastAPI. It currently supports generating songs, lyrics, etc.
It comes with a built-in token maintenance and keep-alive feature, so you don't have to worry about the token expiring.### Features
- Automatic token maintenance and keep-alive
- Fully asynchronous, fast, suitable for later expansion
- Simple code, easy to maintain, convenient for secondary development### Contact me
[https://t.me/austin2035](https://t.me/austin2035)
### Usage
#### Configuration
Edit the `.env.example` file, rename to `.env` and fill in the session_id and cookie.
These are initially obtained from the browser, and will be automatically kept alive later.
![cookie](./images/cover.png)
#### Run
Install dependencies
```bash
pip3 install -r requirements.txt
```For this part, refer to the FastAPI documentation on your own.
```bash
uvicorn main:app
```#### Docker
```bash
docker compose build && docker compose up
```#### Documentation
After setting up the service, visit /docs
![docs](./images/docs.png)
### Useful resources
[chatgpt web, midjourney, gpts,tts, whisper,suno-v3](https://github.com/Dooy/chatgpt-web-midjourney-proxy)