mingyan
Happy Horse First Frame to Video - Create Task
Create a Happy Horse first-frame image-to-video task with happyhorse-1.0-i2v
Happy Horse First-Frame Image-to-Video Create Task
Create a first-frame image-to-video task with
happyhorse-1.0-i2v. The output aspect ratio follows the first-frame image, so this API does not accept ratio.Authentication
Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.Request Parameters
modelbodystringrequiredModel name. Always use
happyhorse-1.0-i2v.promptbodystringrequiredVideo generation prompt. The maximum length is
2500 Chinese characters or 5000 non-Chinese characters.first_imagebodystringrequiredFirst-frame image public URL. Only
HTTP / HTTPS URLs are supported; Base64 input is not supported currently.Image limits:
- Formats:
JPEG,JPG,PNG,WEBP - Width and height must both be at least
300pixels - Aspect ratio:
1:2.5to2.5:1 - File size: up to
20MB
durationbodyintegerVideo duration in seconds. Defaults to
5; supported range is 3-15.resolutionbodystringOutput resolution. Defaults to
720P; available values are 720P and 1080P.seedbodyintegerRandom seed from
0 to 2147483647. Defaults to 0.Response Parameters
idstringUnique identifier of the video generation task. Use it to query task status later.
objectstringObject type. Always
video.createdintegerTask creation timestamp.
modelstringModel name used to create the task.
statusstringTask status. On successful creation, it is always
queued.errorstringError information. It is usually
null when task creation succeeds.Important:
first_imagemust be a public URL- Base64 input is not supported for this upstream integration currently
- The output aspect ratio follows the first-frame image

