Skip to main content
SUNO allows us to upload reference audio for secondary creation. This document explains the integration method of the related API. This API has only one input parameter, which is audio_url, a publicly accessible CDN address that supports the mp3 suffix. Here, the audio_url we input is https://cdn.acedata.cloud/suno_demo.mp3, which is a publicly accessible CDN address.
The result is as follows:
As can be seen, the audio_id field in data is the song ID after uploading. With the song ID, we can use the Suno Audios Generation API to generate custom songs. For example, by passing action as upload_extend and audio_id as the returned song ID, we can generate a new song based on the reference audio.