fade in / fade out
Suno
淡入 / 淡出
对已有 clip 应用淡入或淡出
POST
fade in / fade out
对已有 clip 应用淡入/淡出,通过 查询任务状态 轮询至
success。
免费(0 积分)。
fade_in_time 与 fade_out_time 至少传一个。参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
clip_id | string | 是 | 要操作的 clip |
fade_in_time | number | 二选一 | 淡入结束时间(秒) |
fade_out_time | number | 二选一 | 淡出开始时间(秒) |
title | string | 否 | 结果 clip 标题 |
结果
与 音频裁剪 相同:含action_clip_id 与完整 clip 对象。
示例
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
响应
201 - application/json
task id. Use this id to query task status.
示例:
"15c257ff-43f7-4678-bd41-202ad6b8488b"