crop audio
Suno
Crop Audio
Crop an existing clip to a time range
POST
crop audio
Crop an existing Suno clip. Poll Get Task Status until
success.
Free (0 credits). The platform resolves the Suno account from
clip_id — the clip must belong to the account used for the operation.Parameters
| Field | Type | Required | Description |
|---|---|---|---|
clip_id | string | Yes | Clip to crop |
crop_start_s | number | Yes | Start time (seconds) |
crop_end_s | number | Yes | End time (seconds) |
is_crop_remove | boolean | No | false = keep selection (default); true = remove selection |
ui_surface | string | No | UI source tag, default song_actions |
Result
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"