Skip to main content

ClippingRequest

clientIdstringrequired

The ID of the client making the request.

trackIdint64required

The ID of the track to clip.

startfloatrequired

The start time of the clip in seconds.

endfloatrequired

The end time of the clip in seconds.

ClippingRequest
{
"clientId": "YOUR_CLIENT_ID",
"trackId": 789,
"start": 30.5,
"end": 90.5
}