Submit a text-to-video generation task. Returns a task_id immediately. Poll GET /v1/video/generations/{task_id} to check status and retrieve the video URL.
Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model ID.
happyhorse-1.0-t2v "happyhorse-1.0-t2v"
Text description of the video to generate.
"A cat running on 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 add the bottom-right "Happy Horse" watermark. Set to false to disable.
false
Random seed for reproducibility.
0 <= x <= 214748364742
Optional alternative location for the same parameters above (DashScope-native style). Top-level and parameters are equivalent.
Task created successfully