API
Wan Animate exposes the same authenticated client API your dashboard uses—ideal for tool builders, internal apps, and SaaS integrations.
How requests work
The web app calls paths under /api (proxied in production to your backend). Authenticated requests send Authorization: Bearer <token> after Google sign-in.
Video generation uses multipart image-to-video and JSON prompt-based (text) tasks; tasks are polled until a result URL is ready. Endpoint names and payloads are unchanged from your existing deployment—this page documents the product surface only.
Typical flow
- Authenticate the user and obtain a JWT.
- Create a generation task (image + prompt or text + settings).
- Poll the task status endpoint until completion.
- Download or stream the returned asset URL.
Who it is for
AI aggregators, creative APIs, and vertical SaaS teams that need programmable access to the same models as Wan Animate—without changing your server contracts.
View pricing & credits