Happy Horse 1.0 - Create video from text
Generate a high-quality AI video from a text prompt using Happy Horse 1.0, Alibaba’s text-to-video model ranked #1 on the Artificial Analysis Video Arena (April 2026). Supports configurable aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), resolutions (720P, 1080P), and duration from 3 to 15 seconds.
Key features:
- 720P and 1080P resolution support
- 5 aspect ratio options
- Duration: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, or 15 seconds
- Prompt up to 2500 characters
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
Generate video from a text prompt using Happy Horse 1.0. Supports configurable aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), resolutions (720P, 1080P), and duration from 3 to 15 seconds.
Text prompt describing the desired video content. Describe the scene, characters, motion, camera movements, lighting, and style in detail for best results.
Tips:
- Be specific about scenes and visual details
- Describe camera movements (zoom, pan, tilt)
- Mention lighting and atmosphere
1 - 2500"A serene mountain landscape at golden hour with mist rising through the valley, cinematic slow camera pan"
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
Output video aspect ratio:
16:9: Landscape (widescreen)9:16: Portrait (vertical, mobile-optimized)1:1: Square4:3: Standard landscape3:4: Standard portrait
16:9, 9:16, 1:1, 4:3, 3:4 Output video resolution:
720P: 720p HD (1280x720)1080P: 1080p Full HD (1920x1080)
720P, 1080P Duration of the generated video in seconds. One of: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15.
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Random seed for reproducibility. Use the same seed with identical parameters to improve reproducibility (does not guarantee identical results). Leave unset for a random seed.
0 <= x <= 214748364712345
Response
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}