Generate Fashion Video
generate_fashion_videoSubmit an async video generation job from an existing image. Returns a job_id immediately — call check_video_status to poll for completion. Native audio, with an automatic engine fallback chain for reliability. Cost depends on the chosen quality and duration: 720p starts at 40 credits (5s); 1080p is a native premium render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Video motion style: 360_turntable (product pages), gentle_animation (social media), catwalk (runway), zoom_pan (cinematic) | |
| prompt | Yes | Video motion description: "smooth 360 rotation, consistent lighting" | |
| quality | No | Video resolution. 720p (default, best value): 40/80/120 credits for 5/10/15s. 1080p (native premium render): 150/300/450 credits for 5/10/15s. | 720p |
| duration | No | Duration in seconds: 5 (short), 10 (standard), 15 (long) | 10 |
| source_image_url | Yes | URL from a previous generate_fashion_image result |