Studio crop
Studio
Studio Crop
Keep a time range and export a new song
POST
Studio crop
Keep only
Part of the Studio Editing group.
[start_s, end_s) of a clip and export a new song. Poll Get Task Status until success.
Free (0 credits). Account is resolved from
clip_id (same-account policy).Parameters
| Field | Type | Required | Description |
|---|---|---|---|
clip_id | string | Yes | Source clip |
start_s | number | Yes | Keep-range start (seconds, ≥ 0) |
end_s | number | Yes | Keep-range end (must be greater than start_s) |
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"