text_to_video
Create a text-to-video generation task via RunAPI, returning task ID, status, and output URLs. Accepts prompt, model, resolution, and duration options.
Instructions
Create a Seedance task on RunAPI (text to video). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | No | ||
| timeout_ms | No | ||
| web_search | No | ||
| lock_camera | No | ||
| aspect_ratio | No | ||
| callback_url | No | ||
| output_format | No | Output video container format. | |
| generate_audio | No | ||
| duration_seconds | No | ||
| poll_interval_ms | No | ||
| output_resolution | No | ||
| return_last_frame | No | Whether to return the generated video's last frame. | |
| source_image_urls | No | ||
| last_frame_image_url | No | ||
| reference_audio_urls | No | ||
| reference_image_urls | No | ||
| reference_video_urls | No | ||
| enable_safety_checker | No | ||
| first_frame_image_url | No |