Video Generation
video AsyncGenerate AI videos from images
Overview
Generate AI videos from images. Transform static images into dynamic video content with configurable duration, aspect ratio, and quality tiers. Ideal for social media, marketing, and creative content.
Parameters
Request body parameters for this API
| Name | Type | Required | Description |
|---|---|---|---|
image_url | string | Required | URL of the source image |
prompt | string | Optional | Motion/scene guidance prompt |
tier | string | Optional | Quality tier: 5s-standard, 5s-pro, 10s-standard, 10s-pro (default: 5s-standard) |
aspect_ratio | string | Optional | Aspect ratio: 16:9, 9:16, 1:1 (default: 16:9) |
cfg_scale | number | Optional | CFG scale for prompt adherence (0.0-1.0, default: 0.5) |
negative_prompt | string | Optional | What to avoid in the video |
Response
Response fields returned by this API
| Field | Type | Description |
|---|---|---|
id | string | Unique job identifier |
status | string | Job status: queued, processing, completed, failed |
output_url | string | URL of the generated video |
credits_charged | number | Credits used (varies by duration and tier) |
Examples
Code examples coming soon
Detailed code examples in multiple languages will be added here.
Features
- Image-to-video generation
- 5 or 10 second durations
- Standard and Pro quality tiers
- Multiple aspect ratios (16:9, 9:16, 1:1)
- Motion guidance with prompts
Use Cases
- Social media video content
- Product showcase animations
- Marketing video creation
- Creative storytelling
- Animated presentations
Quick Links