Studio duplicate
Studio
Studio Duplicate
Copy a time range and insert it into the song
POST
Studio duplicate
Copy
Part of the Studio Editing group.
[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.Parameters
| Field | Type | Required | Description |
|---|---|---|---|
clip_id | string | Yes | Source clip |
start_s | number | Yes | Range start to copy (seconds) |
end_s | number | Yes | Range end to copy (seconds) |
insert_at_s | number | No | Insert position (seconds); defaults to selection end |
title | string | No | Title for the new song |
Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"