---
title: "POST /suno/v1/crop"
method: POST
path: "/suno/v1/crop"
---

# POST /suno/v1/crop

`POST /suno/v1/crop`

## Request body

- object
  - `music_id` string, required — Source music ID to edit.
  - `crop_start_s` number, required — Crop start time, in seconds.
  - `crop_end_s` number, required — Crop end time, in seconds.
  - `isStorage` boolean — Whether to store the generated audio. - **true**: The audio will be stored and a TTAPI CDN URL will be returned - **false**: The original source URL will be returned
  - `hookUrl` string — Callback notification URL

## Response `200`

Request successful

- object
  - `status` string, required
  - `message` string, required
  - `data` object, required
    - `jobId` string, required — Task ID for querying the edit result.

## Other responses

- `400` — Parameter error
- `401` — Authorization failed

---

[API](https://skmtc.net/ttapi/apis/flowmusic-api-docs.md) · [All operations](https://skmtc.net/ttapi/apis/flowmusic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ttapi/flowmusic-api-docs/versions/f27f8a59dbd0/schema)
