Skip to main content
POST
Studio batch edit
按顺序执行 crop / remove / duplicate / split / reverse / fade / speed,最后一次导出。通过 查询任务状态 轮询至 success
通常免费(0 积分,以 conf_task_policy 为准)。不要addSection / replace 写进 ops — 请走独立接口。
属于 Studio 编辑。每个 op 的秒数相对「已执行完前面 ops 之后」的时间线。

参数

支持的 ops[].op

写 ops 建议

  • crop / removeSectionfade* / setSpeed
  • 改变总时长的 op 之后,后续秒数按新长度估算。
  • fadeOut.start_s 不能超过当前剩余时长。
  • 一次 edit 内做完再导出,避免连环锁。

示例

授权

Authorization
string
header
必填

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

请求体

application/json
clip_id
string
必填

原歌曲 clip_id

ops
object[]
必填

操作列表,至少 1 项,建议 ≤ 20

Required array length: 1 - 20 elements
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"