Skip to main content
POST
Studio remove section
删除 clip 中一个或多个时间区间并导出新歌。通过 查询任务状态 轮询至 success
免费(0 积分)。close_gap 默认 true(删除后收拢空隙)。
属于 Studio 编辑 分组。

参数

sections[]

示例

授权

Authorization
string
header
必填

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

请求体

application/json
clip_id
string
必填

原歌曲 clip_id

sections
object[]
必填

要删除的区间列表

Minimum array length: 1
close_gap
boolean
默认值:true

删除后是否收拢空隙,默认 true

title
string

新歌标题

beat
object

Optional metronome export; omit for legacy behavior

响应

201 - application/json
taskId
string
必填

task id. Use this id to query task status.

示例:

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