v2.0.20 — Slideshow theme optional for uploaded decks
Slideshow-to-video no longer requires a theme when you are converting an uploaded PDF or PowerPoint’s original pages.
Changed
POST /v1/workflows/slideshow-to-videoslideshowThemeEntityIdis optional. Omit it to narrate the uploaded pages as they are. VideoGen derives a slideshow theme from those pages in the background so later slide edits can match the original deck. Pass aSLIDESHOW_THEMEid when you want generated or edited slides to use a specific design system. ASLIDESHOW_THEMEmay now attach a PDF or PowerPoint as a reference, not only images.
Added
POST /v1/tools/generate-motion-graphicaccepts optionalentityIds(for example["vg_enti_..."]). Pass actor, product, or visual-style ids so the motion graphic can use those subjects as identity or reference, the same way generate-image does. You can combineentityIdswithfileIds. A missing id returns not found. An inaccessible id returns a permission error.