create inspiration playlist
Suno
创建灵感播放列表
创建 Suno 播放列表并绑定账号(Inspiration 第 1 步)
POST
create inspiration playlist
在同一 Suno 账号上原子性创建播放列表并添加 1~4 个灵感 clip。账号绑定会被保存,后续
task=inspiration 的生成请求将自动使用同一账号。
同步接口 — 响应体直接返回
playlist_id(HTTP 200/201),无需轮询任务。授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
Inspiration clip IDs (1–4). All must belong to the same Suno account. Used as account anchor: the playlist will be created on the account that owns these clips, and all clips will be added to the playlist atomically.
Required array length:
1 - 4 elements示例:
[
"30c08405-8be7-4bbf-9b50-f72250fd1531",
"93d2bfe9-c6d4-42cd-88fc-ee508d4fa6ed"
]Playlist display name. Defaults to "Untitled".
示例:
"My Inspiration Set"
响应
Suno playlist ID. Pass this to /generate as playlist_id when using task=inspiration.
示例:
"119573ff-8e48-4fe6-9029-39c76c9a5597"