Skip to main content
POST
cURL
Use this endpoint to create a trimmed version of an existing Suno track. Submit the source music_id, crop_start_s, and crop_end_s; store the returned jobId and retrieve the edited result through Suno Fetch V2 or your hookUrl callback.

Authorizations

TT-API-KEY
string
header
required

You can obtain your API key from the TTAPI Dashboard.

Body

application/json
music_id
string
required

Source music ID to edit.

crop_start_s
number
required

Crop start time, in seconds.

crop_end_s
number
required

Crop end time, in seconds.

isStorage
boolean
default:true

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
hookUrl
string

Callback notification URL

Response

Request successful

status
string
required
Example:

"SUCCESS"

message
string
required
Example:

"success"

data
object
required
Example:
Last modified on June 8, 2026