Creates a clip (sub-segment) from a video asset.

Behavior: Extracts a segment from the specified video asset based on the provided timecode range. The clip is created as a new related asset linked to the original.

Authorization: Requires a valid Bearer token.

Side Effects: A new clip asset is created asynchronously.

Error Scenarios: Returns 400 if the request body is missing or invalid. Returns 401 if the caller is not authenticated. Returns 404 if the asset is not found.

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

The unique identifier of the video asset to clip.

Body Params

The clip parameters including start and end timecodes.

Represents a request to create a clip from a media asset by specifying a time range and metadata.

string | null

Gets or sets the timecode where the clip begins.

string | null

Gets or sets the timecode where the clip ends.

string | null

Gets or sets the title of the clip.

uuid | null

Gets or sets the identifier of the folder where the generated clip will be placed.

tags
array of objects | null

Gets or sets the list of tags to apply to the generated clip.

tags
collections
array of objects | null

Gets or sets the list of collections to assign the generated clip to.

collections
relatedContent
array of objects | null

Gets or sets the list of related content items to link to the generated clip.

relatedContent
string | null

Gets or sets the URL of the master manifest used for clip generation.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json