create_auto_video
Create a video in AUTO mode: Vivideo writes the script and produces a complete AI-avatar video from your prompt. Returns immediately with a video id and status "processing" (paid) or "preview" (free accounts — see the preview field and upgrade link). Then call wait_for_video or get_video. An Idempotency-Key is sent automatically so a retry never creates a duplicate. Rendering requires a premium plan and credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| prompt | Yes | What the video should show or say. | |
| voice_id | No | From list_voices. | |
| avatar_id | No | From list_avatars. Omit for a default presenter. | |
| folder_id | No | ||
| orientation | No | ||
| brand_kit_id | No | A brand_ref from list_brand_kits. | |
| idempotency_key | No | Optional. Reuse the same key to make a retry safe. | |
| duration_seconds | No | 5–300, default 30. |