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, wan-2-2-animate-move
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationmodelIdEndpointRequired input
Animate Replacewan-2-2-animate-replacePOST /api/v1/generatevideo_url, image_url
Animate Movewan-2-2-animate-movePOST /api/v1/generatevideo_url, image_url
Poll taskGET /api/v1/task/{id}?model=wan-2-2-animate-replace

Animate Replace — wan-2-2-animate-replace

FieldTypeRequiredValues / example
video_urlstringYesURL of the input video. (image URL)
image_urlstringYesURL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped. (image URL)
resolutionstringNoResolution of the generated video (480p, 580p, or 720p). (options: 480p | 580p | 720p) (default: 480p)
nsfw_checkerbooleanNoA configurable parameter. Defaults to true in the Playground. (true/false) (default: true)
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":{"video_url":"https://example.com/input.mp4","image_url":"https://example.com/input.jpg","resolution":"480p","nsfw_checker":true}}'

Animate Move — wan-2-2-animate-move

FieldTypeRequiredValues / example
video_urlstringYesURL of the input video. (image URL)
image_urlstringYesURL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped. (image URL)
resolutionstringNoResolution of the generated video (480p, 580p, or 720p). (options: 480p | 580p | 720p) (default: 480p)
nsfw_checkerbooleanNoA configurable parameter. Defaults to true in the Playground. (true/false) (default: true)
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-move","input":{"video_url":"https://example.com/input.mp4","image_url":"https://example.com/input.jpg","resolution":"480p","nsfw_checker":true}}'