add more clips to an existing playlist
Suno
Add Clips to Playlist
Append clips to an inspiration playlist (optional Step 2)
POST
add more clips to an existing playlist
Adds 1–4 more clips to a playlist created by Create Inspiration Playlist.
Synchronous — returns
{} on success (HTTP 201). No task polling required.| Field | Required | Description |
|---|---|---|
playlist_id | Yes | ID from /playlist/create |
clip_id | Yes | One of the original inspiration clips (account resolution) |
clip_ids | Yes | 1–4 clip IDs to add (same account as Step 1) |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Playlist ID returned by /playlist/create.
Example:
"119573ff-8e48-4fe6-9029-39c76c9a5597"
One of the original inspiration clip IDs (used to resolve the account — must match the account used in /playlist/create).
Example:
"30c08405-8be7-4bbf-9b50-f72250fd1531"
Additional clip IDs to add to the playlist (1–4, all must belong to the same Suno account).
Required array length:
1 - 4 elementsExample:
["30c08405-8be7-4bbf-9b50-f72250fd1531"]Response
201 - undefined