Skip to main content
Generate music conditioned on a real Suno playlist. The legacy shortcut (playlist_id: "inspiration" with playlist_clip_ids) is deprecated — you must create a playlist first, then pass its playlist_id to /generate.

Workflow

All clip_ids in Step 1 must belong to the same Suno account. The system stores that account when the playlist is created and forces the same account when you call /generate with task=inspiration.

Step 1 — Create playlist

Create Playlist — synchronous, returns playlist_id immediately. Pass 1–4 clip IDs in clip_ids; they are added to the playlist in one call.
Response:

Step 2 — Generate

Generate Music with task=inspiration. Poll Get Task Status until success.

2a. Inspiration only (no persona)

Suno internal task: playlist_condition

2b. Inspiration + Vox persona

Suno internal task: vox_playlist_condition

Account consistency

You do not pass an account ID — the platform resolves it from the playlist.

Full example

Use Generate Schema for the full field list. For Vox personas, see Get Vox Stem and Create Persona.