# Heurist Mesh: Image to Video Flash 480p 5s (Wan 2.2)

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

Converts a still image into a 5-second 480p silent video using the Wan 2.2 Flash model for fast generation

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/solana/agents/WanVideoGenAgent/image_to_video_flash_480p_5s
- Price: $0.10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-image-to-video-flash-480p-5s-wan-2-2-b9e038a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U-d9uQ-8uhjA8FVdIznNL

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

Example prompt: Can you animate this product photo into a short 5-second 480p video clip? Here's the image URL: https://example.com/product.jpg — I need it generated quickly.

## When to prefer this

Choose this endpoint when you need fast, low-cost image-to-video animation at 480p resolution and 5 seconds duration, especially when speed is prioritized over length or resolution. Ideal for quick social media previews, lightweight animated content, or rapid prototyping of video assets from still images. Prefer over higher-resolution or longer-duration video endpoints when turnaround time and cost ($0.10 USDC) are the primary constraints.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image format not supported causes processing failure
- Payment failure via x402 protocol blocks the request
- Model timeout if the source image is too large or malformed
- Output video unavailable if generation service is temporarily overloaded

## How this service works

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

## Output

A 5-second 480p silent video file (or URL to the generated video) produced by animating the provided input image using the Wan 2.2 Flash model.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "prompt",
      "image_url"
     ],
     "properties": {
      "debug": {
       "type": "boolean",
       "default": false,
       "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",
       "default": true,
       "description": "Whether to extend/enhance the prompt automatically"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "result": {
       "type": "object",
       "additionalProperties": true
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-image-to-video-flash-480p-5s-wan-2-2-b9e038a5/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)
