fade in / fade out
Suno
Fade In / Fade Out
Apply fade-in or fade-out to an existing clip
POST
fade in / fade out
Apply fade-in and/or fade-out to an existing clip. Poll Get Task Status until
success.
Free (0 credits). Provide at least one of
fade_in_time or fade_out_time.Parameters
| Field | Type | Required | Description |
|---|---|---|---|
clip_id | string | Yes | Clip to process |
fade_in_time | number | One of two | Fade-in end time (seconds) |
fade_out_time | number | One of two | Fade-out start time (seconds) |
title | string | No | Title for the resulting clip |
Result
Same shape as Crop Audio:action_clip_id plus full clip object.
Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"