happyhorse-1.1-i2v API Usage Guide
Overview
happyhorse-1.1-i2v animates a first-frame image into a video guided by a text prompt. HappyHorse 1.1 delivers improved motion dynamics, facial texture quality, and native audio-video co-generation over 1.0. Requests are submitted to the request-queue API and results are retrieved via polling.Authentication
Submit Video Generation Request
Base URL
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| first_frame | image URL | Yes | Starting frame image |
| prompt | string | No | Text prompt guiding motion/styling |
| negative_prompt | string | No | What to avoid in the video |
| resolution | enum | No | 720P or 1080P (affects pricing) |
| duration | int | No | 3–15 seconds (affects pricing) |
| watermark | boolean | No | Add AI Generated watermark |
| seed | int | No | Reproducibility seed [0, 2147483647] |