create_manual_video
Create a video in MANUAL mode: send your prompt straight to a specific model (get ids/options from list_models). The operation is inferred from inputs — add image_url for image-to-video. resolution/duration/aspect_ratio must match the model (an invalid value returns a 400 listing what is allowed). Returns a video id and status; then wait_for_video or get_video. Idempotency handled automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| seed | No | ||
| model | Yes | A model id from list_models, e.g. "veo31_fast". | |
| style | No | ||
| prompt | Yes | ||
| folder_id | No | ||
| image_url | No | Public https image → image-to-video. | |
| resolution | No | ||
| aspect_ratio | No | ||
| generate_audio | No | ||
| idempotency_key | No | ||
| negative_prompt | No | ||
| duration_seconds | No | Must be one of the model's durations. |