cURL
Suno
Suno Adjust Speed API Documentation
Use the Suno adjust-speed API to change a song playback speed from 0.25x to 4x, optionally preserving pitch.
POST
cURL
This endpoint costs 3 quota (approx. $0.03) per request.
music_id, a speed_multiplier from 0.25 to 4, the keep_pitch option, and the output title. Save the returned jobId, then retrieve the result through Suno Fetch V2 or the hookUrl callback.Authorizations
You can obtain your API key from the TTAPI Dashboard.
Body
application/json
Source music ID to adjust.
Whether to preserve the original pitch while changing speed.
Playback speed multiplier. Valid range: 0.25 to 4.
Required range:
0.25 <= x <= 4Title for the adjusted output track.
Whether to store the adjusted audio and return a TTAPI CDN URL.
Callback URL for task updates and results.
Last modified on June 11, 2026