Create a new video from a text prompt using our AI models
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Text description of the video to generate (max 1000 characters) |
duration | integer | No | Video duration in seconds (1-60, default: 10) |
quality | string | No | Video quality: sd, hd, or 4k (default: hd) |
aspect_ratio | string | No | Aspect ratio: 16:9, 9:16, 1:1, or 4:3 (default: 16:9) |
style | string | No | Visual style: realistic, cartoon, anime, cinematic, or documentary (default: realistic) |
201 Created status with the video generation details:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Video generation parameters
Text description of the video to generate
1000Video duration in seconds
1 <= x <= 60Video quality setting
sd, hd, 4k Video aspect ratio
16:9, 9:16, 1:1, 4:3 Visual style for the video
realistic, cartoon, anime, cinematic, documentary