What problem does it solve? Creating video content programmatically requires navigating multiple Seedance model versions, operation endpoints, and asynchronous polling flows, which is error-prone without clear guidance. ## Core Features & Use Cases - Operation Routing: Maps user intent to the correct Seedance version (2.5, 2.0, 2.0 Mini, 2.0 Fast, 1.0 Pro) and operation such as text-to-video, image-to-video, reference-to-video, video editing, or video extension. - Async Polling Workflow: Submits generation tasks and polls the status endpoint until the video URL is ready, with copy-paste-ready curl, Python, and Node.js examples. - API Key & Error Handling: Guides one-time Pixazo API key setup and translates 401, 402, 429, and 5xx responses into actionable user messages. - Use Case: A content creator asks their coding agent to turn a product photo into a short promotional clip; the agent picks the image-to-video endpoint, submits the task, polls for completion, and returns the video URL. ## Quick Start Ask your agent to generate a short video of a cat walking on the beach using Seedance, and provide your Pixazo API key when prompted.