Skip to content
Docs menu

Video models

Wan 2.2 Animate

On this page

Wan 2.2 Animate — high-quality AI video generation.

modelIdwan-2-2-animate-replace
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=wan-2-2-animate-replaceRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
video_urlimagerequiredDrag and drop or click to upload your file
image_urlimagerequiredDrag and drop or click to upload your file
resolutionselectoptional480p, 580p, 720p
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"wan-2-2-animate-replace","input":{"resolution":"480p","nsfw_checker":"true"}}'