producer_extend_music
Extend a generated song from a given timestamp by adding new sections like verses, bridge, or outro. Provide lyrics and optional style to continue or change the song's direction.
Instructions
Extend an existing song from a specific timestamp with new content.
This allows you to continue a previously generated song, adding new sections
like additional verses, a bridge, or an outro.
Use this when:
- A generated song is too short and you want to add more
- You want to add a bridge or outro to an existing song
- You're building a longer song piece by piece
Returns:
Task ID and the extended audio information.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the audio to extend. This is the 'id' field from a previous generation result. | |
| continue_at | Yes | Timestamp in seconds where to start the extension. For example, 120.5 means continue from 2 minutes and 0.5 seconds into the song. | |
| lyric | No | Lyrics for the extended section. Use section markers like [Verse], [Chorus], [Bridge], [Outro]. The extension will continue from where the original song left off. | |
| style | No | Music style for the extension. Leave empty to maintain the original style, or specify to change the style mid-song. | |
| model | No | Model version to use for the extension. | FUZZ-2.0 |
| callback_url | No | Webhook callback URL for asynchronous notifications. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |