cURL
Suno
Suno Fade In API Documentation
Use the Suno fade-in API to add a gradual audio fade-in effect to an existing Suno track.
POST
cURL
Use this endpoint to apply a fade-in effect to an existing Suno track. Submit
music_id, fade_time_s, and title; store the returned jobId and retrieve the edited result through Suno Fetch V2 or your hookUrl callback.Authorizations
You can obtain your API key from the TTAPI Dashboard.
Body
application/json
Source music ID to edit.
Fade duration, in seconds.
Base title for the edited track. The resulting title is submitted with a Fade In suffix.
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
Callback notification URL
Last modified on June 8, 2026