create inspiration playlist
Suno
Create Inspiration Playlist
Create a Suno playlist and bind the owning account (Step 1 of Inspiration)
POST
create inspiration playlist
Creates a Suno playlist and adds 1–4 inspiration clips atomically on one account. The account binding is stored so a later
task=inspiration generate call uses the same account automatically.
Synchronous — returns
playlist_id in the response body (HTTP 200/201). No task polling required.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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 elementsExample:
[
"30c08405-8be7-4bbf-9b50-f72250fd1531",
"93d2bfe9-c6d4-42cd-88fc-ee508d4fa6ed"
]Playlist display name. Defaults to "Untitled".
Example:
"My Inspiration Set"
Response
Suno playlist ID. Pass this to /generate as playlist_id when using task=inspiration.
Example:
"119573ff-8e48-4fe6-9029-39c76c9a5597"