clipDurations
array

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]]
topicKeywords
string[]

Keywords used to find relevant moments to clip from

Example:
["Fancy Words"]
range
object

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

Example:
{ "startSec": 106, "endSec": 204 }
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"

Was this page helpful?