upload audio to suno
Suno
Upload Audio
Upload an audio file to Suno for further processing
POST
upload audio to suno
Upload an audio file by providing its URL. Suno will download and process the file. The uploaded audio can then be used with
upload_extend or upload_cover tasks in the Generate endpoint.
This is an async task. The response contains a
taskId — use Get Task Status to poll for the upload result, which will contain the clip_id needed for subsequent operations.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The audio url to upload, must be a url that we can download
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"