docs: update readme

This commit is contained in:
blueeon 2024-03-27 21:37:40 +08:00
parent 8201d0b1bc
commit f8b40fe59e
7 changed files with 10 additions and 8 deletions

View File

@ -40,8 +40,9 @@ We have deployed an example bound to a free Suno account, so it has daily usage
Suno API currently mainly implements the following APIs:
```bash
- `/api/create`: Create music
- `/api/get`: Get music
- `/api/generate`: Generate music
- `/api/get`: Get music Info
- `/api/get_limit`: Get quota Info
```
## Integration with Custom Agents

View File

@ -39,8 +39,9 @@ Suno.ai v3 是一个令人惊叹的 AI 音乐服务,虽然官方还没有开
Suno API 目前主要实现了以下 API:
```bash
- `/api/create`: 创建音乐
- `/api/generate`: 创建音乐
- `/api/get`: 获取音乐
- `/api/get_limit`: 获取配额信息
```
## 集成到到常见的自定义 Agent 中

View File

@ -15,19 +15,19 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"next": "14.1.4"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.1.4"
"typescript": "^5"
}
}

View File

0
src/api/get/route.ts Normal file
View File

View File

0
src/lib/sunoApi.ts Normal file
View File