Skip to main content
POST
Studio crop
仅保留 clip 的 [start_s, end_s) 区间并导出新歌。等价于 /studio/edit 单个 crop。多项精修请优先用 批量编辑 通过 查询任务状态 轮询至 success
免费(0 积分)。通过 clip_id 解析同账号。
属于 Studio 编辑 分组。

参数

示例

授权

Authorization
string
header
必填

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

请求体

application/json
clip_id
string
必填

原歌曲 clip_id(通过 conf_task_policy.requireSameAccount + clip 归属选账号)

start_s
number
必填

保留区间起始秒

必填范围: x >= 0
end_s
number
必填

保留区间结束秒(须大于 start_s)

必填范围: x >= 0
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"