suno_upload_audio
Upload external audio files to Suno using a public URL to extend tracks or create AI covers. Imports your music and returns an audio ID for subsequent operations.
Instructions
Upload an external audio file to Suno for use in subsequent operations.
Uploads audio from a URL so it can be used with actions like upload_extend
and upload_cover, which allow you to extend or create covers of your own music.
Use this when:
- You have your own music you want to extend/cover with Suno
- You want to use an external audio as a base for Suno operations
- You need to import audio into Suno's system
After uploading, use the returned audio_id with suno_upload_extend or
suno_upload_cover actions.
Returns:
Upload result with audio ID for use in subsequent operations.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_url | Yes | Public URL of the audio file to upload. The URL must be directly accessible (CDN link, cloud storage URL, etc.). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |