v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

post/suno/v1/fade-in

Request body

music_idstring required

Source music ID to edit.

fade_time_snumber required

Fade duration, in seconds.

titlestring required

Base title for the edited track. The resulting title is submitted with a Fade In suffix.

isStorageboolean

Whether to store the generated audio.

  • true: The audio will be stored and a TTAPI CDN URL will be returned
  • false: The original source URL will be returned
hookUrlstring

Callback notification URL

Response

Request successful

statusstring required
messagestring required

Example response

{
  "status": "SUCCESS",
  "message": "success",
  "data": {
    "jobId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  }
}