v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

post/suno/v1/adjust-speed

Request body

music_idstring required

Source music ID to adjust.

keep_pitchboolean required

Whether to preserve the original pitch while changing speed.

speed_multipliernumber required

Playback speed multiplier. Valid range: 0.25 to 4.

titlestring required

Title for the adjusted output track.

isStorageboolean

Whether to store the adjusted 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"
  }
}