routara_generate_video
Submit an asynchronous video generation job from text or image prompts. Poll the returned task ID until completion.
Instructions
Submit an asynchronous video-generation job through Routara.
Supports text-to-video and image-to-video. Save the returned id or task_id and poll it with routara_get_video_status until completed or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| model | Yes | Video model slug from routara_list_models | |
| prompt | Yes | Scene and motion description | |
| duration | No | ||
| image_url | No | Starting frame for image-to-video | |
| resolution | No | Model-specific resolution such as 720p or 1080p | |
| aspect_ratio | No | Aspect ratio such as 16:9 or 9:16 | |
| negative_prompt | No |