mingyan
Happy Horse Text to Video - Create Task
Create a Happy Horse text-to-video task with happyhorse-1.0-t2v
Happy Horse Text-to-Video Create Task
Create a text-to-video task with
happyhorse-1.0-t2v. The default output is 720P, 5 seconds, and 16:9.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-t2v.promptbodystringrequiredVideo generation prompt. The maximum length is
2500 Chinese characters or 5000 non-Chinese characters.durationbodyintegerVideo duration in seconds. Defaults to
5; supported range is 3-15.ratiobodystringOutput aspect ratio. Defaults to
16:9.Available values:
16:9, 9:16, 1:1, 4:3, 3:4, 4:5, 5:4, 9:21, 21:9resolutionbodystringOutput 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.
