# Heurist Mesh: Text-to-Video 480p 5s (Wan 2.2 Plus)

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

Generates a 5-second 480p silent video clip from a text prompt using the Wan 2.2 Plus model

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/solana/agents/WanVideoGenAgent/text_to_video_480p_5s
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-text-to-video-480p-5s-wan-2-2-plus-9baa1b0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pxh1Q1-fC01xdR3SKr_Of

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-text-to-video-480p-5s-wan-2-2-plus-9baa1b0a -d '<json body>'
```

Example prompt: Generate a 5-second 480p video of a sunset over the ocean with golden light reflecting on calm waves.

## When to prefer this

Choose this endpoint when you need a quick, low-cost ($0.15) 5-second 480p silent video generated from a text description using the Wan 2.2 Plus model via Heurist Mesh. Prefer it for prototyping, storyboarding, social media content, or any use case where a short, concise AI-generated video clip is sufficient and fast turnaround is desired.

## Known failure modes

- Prompt too vague or abstract resulting in incoherent video output
- Payment failure or insufficient USDC balance ($0.15 required per call)
- Model timeout or generation error for complex or long prompts
- Content policy rejection for prohibited or harmful prompt content
- Invalid request format returning a 400 or 422 error

## How this service works

Generate 5-second 480p silent video from text using Wan 2.2 Plus

## Output

A generated 5-second 480p silent video clip corresponding to the input text prompt, delivered as a video file URL or binary, produced by the Wan 2.2 Plus model via Heurist Mesh.

## 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"
     ],
     "properties": {
      "debug": {
       "type": "boolean",
       "default": false,
       "description": "Debug mode flag. ALWAYS use false."
      },
      "prompt": {
       "type": "string",
       "description": "Text description of the video to generate"
      },
      "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-text-to-video-480p-5s-wan-2-2-plus-9baa1b0a/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)
