suno_concat_music
Merge extended song segments into one continuous audio file. Provide the last segment's ID to combine all connected parts into a complete track.
Instructions
Concatenate extended song segments into a single complete audio file.
After extending a song multiple times with suno_extend_music, use this tool
to merge all the segments into one continuous audio file.
Use this when:
- You've extended a song one or more times
- You want a single audio file instead of multiple segments
- You're ready to finalize a long-form composition
Returns:
Task ID and the concatenated audio information with the full song.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the LAST segment of an extended song chain. Suno will automatically find and merge all connected segments. | |
| callback_url | No | Webhook callback URL for asynchronous notifications. When provided, the API will call this URL when the concatenation is complete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |