v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

post/suno/v1/remove-section

Request body

music_idstring required

Source music ID to edit.

crop_start_snumber required

Start time of the section to remove, in seconds.

crop_end_snumber required

End time of the section to remove, in seconds.

isStorageboolean

Whether to store the edited audio and return a TTAPI CDN URL.

hookUrlstring

Callback URL for task updates and results.

Response

Request successful

statusstring required
messagestring required
dataobject required

Example response

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