happyhorse-1.1-r2v API Usage Guide
Overview
happyhorse-1.1-r2v generates videos from multiple reference images and a text prompt. HappyHorse 1.1 significantly improves multi-character reference consistency: subjects from different images can be freely combined without cross-contamination, and storyboard / 3x3 grid references are faithfully preserved. 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 |
|---|---|---|---|
| prompt | string | Yes | Text prompt describing the scene and motion (max 1500 chars) |
| reference_image | image URL / array | Yes | 1–5 reference images for appearance guidance |
| 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) |
| prompt_extend | boolean | No | Enable LLM prompt rewriting |
| audio | boolean | No | Enable native audio generation |
| watermark | boolean | No | Add AI Generated watermark |
| seed | int | No | Reproducibility seed [0, 2147483647] |