video_agent_create
Initiate a video generation task by selecting a template and supplying inputs. Use the returned task ID to check progress.
Instructions
Create a video template/agent task. Returns a task_id to poll with video_agent_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Template-specific inputs as a string-keyed map (e.g. {character: "...", scene: "..."}) | |
| template_id | Yes | Video template/agent identifier | |
| callback_url | No |