# Heurist Mesh WanVideoGenAgent – Image to Video with Audio (480p 5s)

> Heurist Mesh WanVideoGenAgent – Image to Video with Audio (480p 5s) is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Animates a static image into a 5-second 480p video with audio using the Wan 2.5 Preview model, guided by a text prompt describing desired motion.

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/agents/WanVideoGenAgent/image_to_video_with_audio_480p_5s
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-wanvideogenagent-image-to-video-with-audio-480p-5s-a526460f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iV1y_TV9q5QX7D4g-hhlN

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability heurist-mesh-wanvideogenagent-image-to-video-with-audio-480p-5s-a526460f -d '<json body>'
```

Example prompt: Take this image (https://example.com/my-photo.jpg) and animate it into a 5-second video with audio — have the scene show gentle wind blowing through the trees and clouds drifting slowly across the sky.

## When to prefer this

Choose this endpoint when you need to animate a single static image into a short 5-second video with synchronized audio, specifically using the Wan 2.5 Preview model via Heurist Mesh. Ideal for creative AI workflows, content generation pipelines, or social media asset creation where a quick animated clip with sound is needed from an existing image. Best when the caller can supply a publicly accessible image URL and a descriptive motion prompt.

## Known failure modes

- Invalid or inaccessible image URL returns an error or empty result
- Prompt too vague or contradictory leading to low-quality or unexpected animation
- Image format not supported by the Wan 2.5 model
- Payment of $0.25 USDC not fulfilled, resulting in 402 Payment Required
- Model timeout or generation failure on complex scenes
- Network error fetching the source image URL

## How this service works

Generate 5-second 480p video WITH AUDIO from image using Wan 2.5 Preview

## Output

A 5-second 480p video file with audio generated from the input image, animated according to the provided text prompt describing desired motion and scene behavior, produced using the Wan 2.5 Preview model.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt",
  "image_url"
 ],
 "properties": {
  "debug": {
   "type": "boolean",
   "description": "Debug mode flag. ALWAYS use false."
  },
  "prompt": {
   "type": "string",
   "description": "Description of how the image should animate"
  },
  "image_url": {
   "type": "string",
   "description": "URL of the image to animate"
  },
  "prompt_extend": {
   "type": "boolean",
   "description": "Whether to extend/enhance the prompt automatically"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-wanvideogenagent-image-to-video-with-audio-480p-5s-a526460f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mesh.heurist.xyz](https://www.zero.xyz/host/mesh.heurist.xyz/llms.txt)
