text_to_video
Convert text prompts into videos using Seedance models. Submit a task to receive a task ID, status, and output video URLs.
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 | ||
| generate_audio | No | ||
| duration_seconds | No | ||
| poll_interval_ms | No | ||
| output_resolution | No | ||
| 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 |