HappyHorse 1.0 T2V
Submit a text-to-video task. Returns a task_id immediately. Poll GET /v1/video/generations/{task_id} for status and the video URL.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
model ID。
happyhorse-1.0-t2v "happyhorse-1.0-t2v"
Video description text.
"A cat running on the grass"
Video resolution.
720P, 1080P "720P"
Aspect ratio.
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
Video duration in seconds.
3 <= x <= 155
Whether to keep the "Happy Horse" watermark in the bottom-right corner. Set to false to disable it.
false
Random seed, used to make results reproducible.
0 <= x <= 214748364742
Optional: the same parameters can also be placed in a parameters object (native DashScope style) with the same effect.
Response
Task created successfully