v2.1.14 — Auto duration when generate-video-clip omits durationSeconds
Omitting durationSeconds on POST /v1/tools/generate-video-clip (or passing null) now estimates clip length at generate time so spoken text or the visual beat fits. Previously a missing duration was treated as 6 seconds, which rejected spoken clips longer than 6 seconds. Pass a whole number from 1 to 30 to pin an exact length.
Fixed
durationSecondson generate-video-clip: Omit or passnullfor Auto. Spoken clips longer than 6 seconds no longer fail when you leave duration unset. An explicit number still uses that length.