Create Music
Generate music with Lyria 3 Pro
taskId — use Get Task Status to poll for the generated audio.Tips
- Sound Prompt: Describe the musical style, mood, instruments, and tempo (e.g.,
"emotional pop with gentle piano, warm synths, and a catchy beat") - Lyrics: Use section tags like
[Verse],[Chorus],[Bridge]for structured output - Image-Guided: Provide an
imageUrlto let the model infer mood and style from an image - Instrumental: Set
makeInstrumental: trueto generate without vocals - Reproducibility: Use
seedfor deterministic generation — same seed + same parameters = same output
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Action type to perform
create_music "create_music"
Sound/style prompt describing the desired music style
"driving energetic beat, rapid rhythm, high BPM"
Lyrics content with section tags like [Verse], [Chorus], etc. For create_music: either soundPrompt or lyrics should be provided. Set makeInstrumental=true to ignore lyrics.
"[Verse 1]\nI've been running in circles...\n\n[Chorus]\nI keep coming back to you..."
Song title (max 80 characters)
80"Back to You"
Music generation model (currently only Lyria 3 Pro)
Lyria 3 Pro "Lyria 3 Pro"
Random seed for reproducible generation
877369
Generate instrumental only (ignores lyrics). Default: false
false
Image URL for image-guided generation (will be uploaded automatically)
"https://example.com/cover.jpg"
Response
任务创建成功
任务 ID,用于后续查询结果