# 场景四: 纯音乐.灵感模式

提交都是 post 到 {{BASE\_URL}}/suno/generate
获取结果 都是 get {{BASE\_URL}}/suno/feed/clipsId1,clipsId2
通过下面 请求体能产生不同的效果

```
{
"gpt_description_prompt": "一首关于彻夜跳舞的国歌舞蹈流行歌曲",
"mv": "chirp-v3-5",
"prompt": "",
"make_instrumental": true
}
```
