producer_generate_custom_music
Generate AI music from your own lyrics with control over title and style. Define song structure using section markers like [Verse] and [Chorus].
Instructions
Generate AI music with full control over lyrics, title, and style.
This gives you complete creative control over the song. You provide the lyrics
with section markers, and Producer generates the melody and arrangement.
Use this when:
- You have specific lyrics you want to use
- You want precise control over the music style
- You need a specific song title
For quick generation without writing lyrics, use producer_generate_music instead.
Returns:
Task ID and generated audio information including URLs, title, lyrics, and duration.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lyric | Yes | Song lyrics with section markers. Use [Verse], [Chorus], [Pre-Chorus], [Bridge], [Outro], [Intro] to structure the song. Example: [Verse 1] Walking down the empty street Rain is falling at my feet [Chorus] But I keep moving on Until the break of dawn | |
| title | Yes | Title of the song. Keep it concise and memorable. | |
| style | No | Music style description. Be specific about genre, mood, tempo, and instruments. Examples: 'upbeat pop rock, energetic drums, electric guitar', 'acoustic folk, gentle, fingerpicking', 'dark electronic, synthwave, 80s retro' | |
| model | No | Producer model version. 'FUZZ-2.0' or 'FUZZ-2.0 Pro' recommended for best quality. | FUZZ-2.0 |
| instrumental | No | If true, generate instrumental version (lyrics will be ignored). Default is false. | |
| callback_url | No | Webhook callback URL for asynchronous notifications. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |