Skip to main content
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

Result

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(须与账号一致)

crop_start_s
number
required

裁剪起始秒

Required range: x >= 0
crop_end_s
number
required

裁剪结束秒

Required range: x >= 0
is_crop_remove
boolean
default:false

是否移除选区(false = 保留选区,true = 移除选区)

ui_surface
string

UI 来源标识

Example:

"song_actions"

Response

201 - application/json
taskId
string
required

task id. Use this id to query task status.

Example:

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