Indie creative projects
Power personal and open-source apps with quality video generation.
Wan 2.5 - open-source AI video with realistic motion and built-in audio, accessible through a simple REST API.
Official Wan 2.5 API access by wan - REST endpoints, live playground & developer docs on VideoGenAPI.
Best for: Open-source enthusiasts, audio-inclusive videos, and cost-effective realistic generation.
Explore the interface and see how easy it is to generate videos with Wan 2.5. Sign up for free to start creating!
Discover what's possible with Wan 2.5 AI video generation
The Wan 2.5 API is a REST interface that lets developers generate AI videos programmatically using wan's Wan 2.5 model. It supports text-to-video, image-to-video through a single POST endpoint. VideoGenAPI handles authentication, billing, and provider infrastructure - you only need one API key to start building with the Wan 2.5 API.
Integrate the Wan 2.5 API in your app in under 5 minutes with these four steps.
Sign up free at VideoGenAPI.com and generate your API key from the dashboard. No wan account needed.
POST to https://videogenapi.com/api/v1/generate with your API key, model "wan-25", and a text prompt describing your video.
Use the returned generation_id to check status via GET /api/v1/status/{id} or configure webhooks for automatic notifications.
Once status is "completed", retrieve the video URL from the response and embed it in your app, website, or workflow.
Wan 2.5 is a powerful open-source video generation model capable of producing realistic videos with synchronized audio. It's popular in the AI community for its balance of quality, transparency, and flexibility. VideoGenAPI hosts Wan 2.5 so you can integrate it without managing GPU infrastructure - pay per generation and scale on demand.
Power personal and open-source apps with quality video generation.
Generate scene videos with ambient audio for music content.
Add video generation to your product without infrastructure costs.
Quick start guide to integrate Wan 2.5 in your application
{
"model": "wan-25",
"prompt": "Street musician playing guitar in a rainy alley, reflections on wet pavement, acoustic guitar audio",
"duration": 10,
"resolution": "480p"
}
{
"success": true,
"generation_id": "gen_abc123xyz",
"status": "in_progress",
"estimated_time": 50}
const response = await fetch('https://videogenapi.com/api/v1/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model: 'wan-25',
prompt: 'Street musician playing guitar in a rainy alley, reflections on wet pavement, acoustic guitar audio',
duration: 10 })
});
const data = await response.json();
console.log(data.generation_id);
Transparent pay-per-use pricing for the Wan 2.5 API - no monthly minimums, no hidden fees.
Available on your VideoGenAPI balance with pay-as-you-go billing
Join thousands of developers using VideoGenAPI for the most affordable AI video generation