# Heurist Mesh: Text-to-Video with Audio (480p, 5s) via Wan 2.5

> Heurist Mesh: Text-to-Video with Audio (480p, 5s) via Wan 2.5 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-15).

Generates a 5-second 480p video with synchronized audio from a text prompt using the Wan 2.5 Preview model

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/solana/agents/WanVideoGenAgent/text_to_video_with_audio_480p_5s
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-text-to-video-with-audio-480p-5s-via-wan-2-5-ed57389c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BPyILHRfGGWEsSWTclg5i

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-with-audio-480p-5s-via-wan-2-5-ed57389c -d '<json body>'
```

Example prompt: Generate a 5-second 480p video with audio of a golden retriever running through a sunlit meadow with birds chirping in the background.

## When to prefer this

Choose this endpoint when you need a short, 5-second 480p video that also includes audio — not just silent video. It is ideal for quick multimedia previews, social media clips, or storyboard scene animations where both visual and sound are required. Prefer this over silent video generators when audio atmosphere is important to the output. Best for agentic workflows that require pay-per-call video generation without managing infrastructure.

## Known failure modes

- Vague or overly abstract prompts may produce incoherent video output
- Generation may time out for complex scenes
- Payment of $0.25 USDC via x402 must succeed or the request is rejected
- Model may not faithfully reproduce highly specific visual or audio details
- 480p resolution is fixed; requests for higher resolution will not be fulfilled by this endpoint

## How this service works

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

## Output

A 5-second video file at 480p resolution with synchronized audio, generated from the input text prompt using the Wan 2.5 Preview model. The response likely includes a URL or binary payload for the rendered video clip.

## 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-with-audio-480p-5s-via-wan-2-5-ed57389c/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)
