text_to_video
Generate videos from text prompts using Runway's AI models. Submit a prompt, set duration and resolution, and get a task ID with status and output URLs.
Instructions
Create a Runway task on RunAPI (text to video). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | Yes | ||
| watermark | No | ||
| timeout_ms | No | ||
| aspect_ratio | No | ||
| callback_url | No | ||
| duration_seconds | Yes | ||
| poll_interval_ms | No | ||
| output_resolution | Yes | ||
| first_frame_image_url | No |