suno_upload_audio
Bring your own audio files into Suno via public URL. Get an audio ID to use in extend and cover actions, enabling music creation based on your tracks.
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 |