With the Wan 2.2 text-to-video model, you can generate unlimited AI videos.
请求参数
Header参数
Authorizationstring可选
示例值:Bearer {{YOUR_API_KEY}}
Body参数 application/json
promptstring必需
Positive prompt words for content generation (required).
sizeenum<string>可选
The dimensions of the generated media (width * height, in pixels).
枚举值:
1280*720720*1280
lorasarray[object]可选
List of LoRA models to apply (up to 3).
pathstring必需
Path to the LoRA model.
scalenumber必需
Strength coefficient of the LoRA model (range: 0.0 ~ 4.0).
seedinteger可选
Random seed used during generation. A value of -1 indicates random generation. Range: -1 ~ 2147483647.
callbackstring可选
Callback interface URL (optional). When the generation task is completed, the system will send a result request to this link. A status code of 200 indicates successful receipt.