docs: update readme

This commit is contained in:
blueeon 2024-03-27 22:55:14 +08:00
parent f8b40fe59e
commit 12f31cb3ea
3 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Suno API currently mainly implements the following APIs:
```bash
- `/api/generate`: Generate music
- `/api/custom_generate`: Generate music (Custom Mode, support setting lyrics, music style, title, etc.)
- `/api/get`: Get music Info
- `/api/get_limit`: Get quota Info
```

View File

@ -40,6 +40,7 @@ Suno API 目前主要实现了以下 API:
```bash
- `/api/generate`: 创建音乐
- `/api/custom_generate`: 创建音乐(自定义模式,支持设置歌词、音乐风格、设置标题等)
- `/api/get`: 获取音乐
- `/api/get_limit`: 获取配额信息
```

View File