Skip to main content

Overview

Wan 2.7 Video LoRA is an asynchronous image-to-video model that animates one starting image and can generate sound or use one supplied audio track.

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.

Request with supplied audio

When audio_urls is present, sound must be true or omitted.

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.7 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: 720p costs $0.143/second; 1080p costs $0.22/second.

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.