Skip to main content

Overview

Wan 2.2 Video LoRA is an asynchronous image-to-video model. It can animate one starting image or create a transition between a first and last frame.

Endpoint and authentication

Base URL:
All requests require your APIXO API key:

Copy-paste async quickstart

The response contains a taskId. Save it and poll the status endpoint until state becomes success or failed.

First-and-last-frame request

Pass exactly two image URLs in order: the first frame followed by the last frame.

Parameters

string
default:"async"
Result delivery mode. Use async for polling with statusTask, or callback for webhook delivery.
string
Required when request_type is callback. Must be a public HTTPS URL that can receive the final task payload. See Webhooks.
object
required
Wan 2.2 Video LoRA input parameters.

Poll for result

After state becomes success, parse resultJson and read its resultUrls array.

Billing

Billing is based on output duration: 480p costs $0.044/second; 720p costs $0.088/second. prompt_extend does not add a separate charge.

Tips

  • All media URLs must be publicly accessible by the API.
  • Start polling about 60 seconds after task creation, then poll every 10 seconds.
  • Use callback delivery for long-running production workflows.