---
name: story-video
description: Animate StoryBook comic pages into video, save progress, and ask before publishing.
---

# Story video

Each page needs a comic image first (`list_comic_pages`).

1. Ask quality: `basic`, `premium`, or `omni`.
2. Call `start_page_video` with `story_id`, `pageNumber`, and `quality`.
3. Poll with `poll_page_video` using the returned `operationName`.
4. If start or poll fails, tell the person the error and ask whether to retry.
5. Call `save_video_progress` when a batch is ready.
6. Ask whether to `publish_comic`. Only publish after they say yes.
