Getting Started with Wan API
Complete guide to integrating Wan AI into your applications using our REST API. Code examples included.
Developer Team
Wan AI

Our REST API makes it easy to integrate Wan AI video generation into your applications. Here's how to get started.
First, sign up for an API key on our platform. We offer a generous free tier for development and testing.
The basic workflow involves three steps: submit a generation request, poll for status, and retrieve the completed video. Our SDK packages for Python, JavaScript, and Go simplify this process.
For text-to-video generation, send a POST request to /v1/generate with your prompt and desired parameters. The response includes a job ID for tracking.
Image-to-video follows the same pattern, but you'll upload your source image as a base64-encoded string or provide a URL.
Check our documentation for rate limits, best practices, and advanced features like webhooks for completion notifications.


