Skip to main content
POST
fade in / fade out
对已有 clip 应用淡入/淡出,通过 查询任务状态 轮询至 success
免费(0 积分)。fade_in_timefade_out_time 至少传一个

参数

结果

音频裁剪 相同:含 action_clip_id 与完整 clip 对象。

示例

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
clip_id
string
必填

要操作的 clip_id(须与账号一致)

fade_in_time
number

淡入结束时间(秒),与 fade_out_time 二选一

必填范围: x >= 0
fade_out_time
number

淡出开始时间(秒),与 fade_in_time 二选一

必填范围: x >= 0
title
string

操作后的标题

响应

201 - application/json
taskId
string
必填

task id. Use this id to query task status.

示例:

"15c257ff-43f7-4678-bd41-202ad6b8488b"