Skip to main content
POST
HappyHorse 1.1 Reference

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be happyhorse-1-1-ref.

Available options:
happyhorse-1-1-ref
prompt
string
required

Text prompt. You can reference each image as [Image 1], [Image 2], etc.

image_urls
string<uri>[]
required

Reference image URLs (required, 1-9 images).

Required array length: 1 - 9 elements
ratio
enum<string>
default:16:9

Aspect ratio. Supports 4:5 and 5:4 in addition to the text-to-video set.

Available options:
16:9,
9:16,
3:4,
4:3,
4:5,
5:4,
1:1
duration
integer
default:5

Video duration in seconds (3-15).

Required range: 3 <= x <= 15
resolution
enum<string>
default:720P

Output resolution.

Available options:
720P,
1080P
custom_callback_url
string<uri>

Optional. A publicly accessible HTTPS URL. When the task status changes (processing / success / failed), GoEnhance sends a POST request to this URL. The request body is identical to the response of GET /api/v1/jobs/detail. If your server does not respond with HTTP 200, the notification is retried up to 3 times, with a 3-second timeout per attempt.

Example:

"https://your-server.com/goenhance/callback"

Response

code
integer
required
msg
string
required
data
object
required