suno_upload_extend
Extend your uploaded audio with AI-generated sections. Add custom lyrics and styles to continue your music tracks at specific timestamps.
Instructions
Extend an uploaded audio (your own music) with new AI-generated content.
Similar to suno_extend_music but works with audio you uploaded via
suno_upload_audio. Allows you to add new sections to your own music.
Use this when:
- You uploaded your own music and want to extend it
- You want to add AI-generated sections to your existing recordings
Returns:
Task ID and the extended audio information.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the uploaded audio to extend. Must be an audio uploaded via suno_upload_audio. | |
| lyric | Yes | Lyrics for the extension section. | |
| continue_at | Yes | Timestamp in seconds where to start the extension. | |
| style | No | Music style for the extension. | |
| model | No | Model version to use. | chirp-v5-5 |
| callback_url | No | Webhook callback URL for asynchronous notifications. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |