Happy Horse 1.0 - Create video from image
Animate a single image into a high-quality AI video using Happy Horse 1.0, Alibaba’s image-to-video model. The image is used as the first frame and an optional text prompt guides motion and style.
Key features:
- 720P and 1080P resolution support
- Duration: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, or 15 seconds
- Optional prompt up to 2500 characters
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
Animate a single image into video using Happy Horse 1.0. The image is used as the first frame; an optional text prompt guides motion and style.
URL of the image to use as the first frame for image-to-video generation.
Supported formats: JPEG, JPG, PNG, BMP, WEBP Pixel dimensions: at least 300px (width and height) Aspect ratio: between 1:2.5 and 2.5:1 Maximum file size: 10 MB
"https://example.com/start-frame.jpg"
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"
Text prompt to guide the animation. Optional but recommended for better control over the generated video content.
2500"The character walks forward slowly with wind blowing through their hair"
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"
]
}