Create a clip (sub-segment) from a video asset

Extracts a portion of a video asset between the specified start and end timecodes, creating a new independent asset. The clip is placed in the specified output folder. Supports both Admin and Portal API types.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier of the source video asset

string
required

The start timecode for the clip (e.g., "00:01:30:00")

string
required

The end timecode for the clip (e.g., "00:05:00:00")

string
required

The display name for the new clip asset

string
required

The folder ID where the clip will be saved

tags
array of strings
required

Tags to assign to the clip

tags*
collections
array of strings
required

Collections to add the clip to

collections*
relatedContents
array of strings
required

Related content references

relatedContents*
integer
required

Target video bitrate for the clip

audioTracks
array of objects
required

Audio track configuration for the clip

audioTracks*
Responses
200

Success

400

Bad Request

401

The caller is not authenticated

404

The source asset was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!