Key Capabilities
- Image-to-video — Use one image as the first frame, with text description driving motion
- Resolution — 720P / 1080P
- Aspect ratio — 16:9, 9:16, 1:1, 4:3, 3:4
- Duration — 3–15 seconds
- Watermark control — Optionally disable the bottom-right watermark
Workflow
Quick Example
Theimagefield accepts a single URL. You can also use theimages: [...]array form (only the first image is used as the first frame).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Must be happyhorse-1.0-i2v |
prompt | string | Yes | Description of the motion effect |
image | string | Yes | First-frame image URL |
resolution | string | No | 720P / 1080P, default 1080P |
ratio | string | No | 16:9, 9:16, 1:1, 4:3, 3:4, default 16:9 |
duration | integer | No | Video duration 3–15 seconds, default 5 |
watermark | boolean | No | Default true, set to false to disable watermark |
seed | integer | No | Random seed [0, 2147483647] |
Billing
Billed by resolution tier × user-requested duration. The pre-charged amount is the final amount. Failed tasks are automatically refunded.API Reference
HappyHorse 1.0 I2V interactive Playground.
Task Query
Poll task status and retrieve the final video URL.

