Submit an image-to-video generation task using a single first-frame image. Returns a task_id immediately. Poll GET /v1/video/generations/{task_id} for the result.
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-i2v "happyhorse-1.0-i2v"
Text description of the desired motion.
"Camera slowly zooms in, the scene comes to life"
First-frame image URL. Use images: [...] array form if you prefer — only the first item is used.
"https://example.com/first-frame.png"
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.
false
Random seed for reproducibility.
0 <= x <= 2147483647Optional alternative location for the same parameters (DashScope-native style).
Task created successfully