# 场景一: 灵感模式

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

```
curl --request POST
--url {{BASE_URL}}/suno/generate
--header 'Authorization: Bearer your-key'
--header 'Content-Type: application/json'
--data '{
"gpt_description_prompt": "乡愁"
}'
```
