# Heurist Mesh WanVideo Flash 480p 5s Image-to-Video

> Heurist Mesh WanVideo Flash 480p 5s Image-to-Video is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Animates a static image into a 5-second 480p silent video using Wan 2.2 Flash for fast generation

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/agents/WanVideoGenAgent/image_to_video_flash_480p_5s
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-wanvideo-flash-480p-5s-image-to-video-e7757c43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VNNp5bit2VeaGHOTu-qtC

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-wanvideo-flash-480p-5s-image-to-video-e7757c43 -d '<json body>'
```

Example prompt: Can you animate this product photo into a 5-second video where the camera slowly pans across it? Here's the image URL: https://example.com/product.jpg — use Heurist's Wan 2.2 Flash model.

## When to prefer this

Choose this endpoint when you need fast, low-cost image-to-video animation at 480p resolution with a 5-second clip length, and speed is prioritized over maximum quality. Ideal for quick previews, prototypes, or when generating many animated clips economically.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Prompt too vague or empty causes generation failure
- Image format not supported by the model
- Network timeout if the image host is slow to respond
- Payment not processed (x402 payment required at $0.1 USDC per call)

## How this service works

Generate 5-second 480p silent video from image using Wan 2.2 Flash (fast generation)

## Output

A generated 5-second 480p silent video clip produced by animating the input image according to the provided prompt, delivered via the Heurist Mesh API response.

## 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-wanvideo-flash-480p-5s-image-to-video-e7757c43/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)
