Skip to main content
POST
add more clips to an existing playlist
创建播放列表 返回的播放列表追加 1~4 个 clip。
同步接口 — 成功时返回 {}(HTTP 201),无需轮询。
属于 Inspiration 流程。若第 1 步已包含全部 clip,可跳过本步。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
playlist_id
string
必填

Playlist ID returned by /playlist/create.

示例:

"119573ff-8e48-4fe6-9029-39c76c9a5597"

clip_id
string
必填

One of the original inspiration clip IDs (used to resolve the account — must match the account used in /playlist/create).

示例:

"30c08405-8be7-4bbf-9b50-f72250fd1531"

clip_ids
string[]
必填

Additional clip IDs to add to the playlist (1–4, all must belong to the same Suno account).

Required array length: 1 - 4 elements
示例:

响应

201 - undefined