{
"clipDurations": [
[
0,
30
],
[
30,
60
],
[
60,
90
],
[
90,
180
]
],
"topicKeywords": [
"Fancy Words"
],
"range": {
"startSec": 106,
"endSec": 204
},
"genre": "Auto",
"enableAutoHook": false
}Curation preferences
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:
[[0, 30], [30, 60], [60, 90], [90, 180]]
Keywords used to find relevant moments to clip from
Example:
["Fancy Words"]
The range of the original long-form video to generate clips from.
Show child attributes
Show child attributes
Example:
{ "startSec": 106, "endSec": 204 }
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"
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
Was this page helpful?