agnes_video_submit
Submit video generation tasks (text-to-video, image-to-video, keyframe animation) and receive a video ID for tracking progress.
Instructions
Submit an Agnes video task and return its video id for status polling.
Supports text-to-video, image-to-video (via image URL), and keyframe animation (via extra_body with mode='keyframes'). num_frames is aligned to the 8n+1 rule automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| image | No | ||
| prompt | Yes | ||
| duration | No | ||
| extra_body | No | ||
| frame_rate | No | ||
| resolution | No | 720p | |
| aspect_ratio | No | 16:9 | |
| negative_prompt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||