Skip to main content
POST
Studio duplicate
Copy [start_s, end_s) and insert it at insert_at_s (defaults to the end of the selection). Poll Get Task Status until success.
Free (0 credits). Account is resolved from clip_id.
Part of the Studio Editing group.

Parameters

Example

Authorizations

Authorization
string
header
required

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

Body

application/json
clip_id
string
required

原歌曲 clip_id

start_s
number
required

要复制的区间起始秒

Required range: x >= 0
end_s
number
required

要复制的区间结束秒

Required range: x >= 0
insert_at_s
number

插入位置(秒);不传则默认紧跟选区结尾

Required range: x >= 0
title
string

新歌标题

beat
object

Optional metronome export; omit for legacy behavior

Response

201 - application/json
taskId
string
required

task id. Use this id to query task status.

Example:

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