v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

post/suno/v1/upload

Request body

audio_urlstring required

Audio URL. The file must be publicly accessible.

is_asyncboolean

Whether to process asynchronously.

  • false: Wait synchronously for the result.
  • true: Return immediately and query the result asynchronously.
hookUrlstring

Callback notification URL

Response

Request successful

statusstring required
messagestring required

Example response

{
  "status": "SUCCESS",
  "message": "success",
  "data": {
    "music_id": "music_id"
  }
}