Skip to main content
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.
Part of the Inspiration workflow. Skip this step if Step 1 already included all clips you need.

Authorizations

Authorization
string
header
required

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

Body

application/json
playlist_id
string
required

Playlist ID returned by /playlist/create.

Example:

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

clip_id
string
required

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"

clip_ids
string[]
required

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

Required array length: 1 - 4 elements
Example:

Response

201 - undefined