Skip to main content
clipDurations
array[]
read-only

Durations (in seconds) of the clips to be generated. Default value is [0, 90]. Other possible values are: [0, 30], [30, 60], [60, 90], [90, 180].

Example:
topicKeywords
string[]

Keywords used to find relevant moments to clip from

Example:
range
object

The range of the original long-form video to generate clips from.

Example:
genre
enum<string>
default:Auto

The genre of the clips, will apply suitable AI curation models to find the best results.

Available options:
Auto,
Q&A,
Commentary,
Marketing,
Webinar,
Motivational speech,
Podcast,
Academic,
Listicle,
Product reviews,
How-to,
Comedy,
Sports commentary,
Church,
News,
Vlog,
Gaming,
Others
Example:

"Auto"

enableAutoHook
boolean
default:false

Whether to add an AI-generated headline ("auto headline") over the first seconds of each clip. Disabled by default for API submissions: omit it or send false and no headline is added. Only applies to a clipping run, so it has no effect together with skipCurate or skipSlicing.

Example:

false