# Heurist Mesh WanVideoGenAgent Text-to-Video with Audio (480p, 5s)

> Heurist Mesh WanVideoGenAgent Text-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-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/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-wanvideogenagent-text-to-video-with-audio-480p-5s-9efb8592
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qUj9DG3Svb9KsUXmYkr3s

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-text-to-video-with-audio-480p-5s-9efb8592 -d '<json body>'
```

Example prompt: Create a 5-second 480p video with audio of a golden retriever running through a sunlit field of flowers, and go ahead and enhance the prompt automatically.

## When to prefer this

Choose this endpoint when you need a short AI-generated video clip (5 seconds, 480p) that includes audio, produced directly from a text description. It is ideal for rapid prototyping of video content, social media clips, or demonstration videos where a quick turnaround on a budget ($0.25) matters. Prefer this over image-only generation when motion and sound are required together.

## Known failure modes

- Invalid or empty prompt returns validation error
- Prompt too long or unsupported content triggers rejection
- Model timeout or inference failure returns server error
- Payment of $0.25 USDC not completed results in 402 Payment Required
- Debug mode left true may alter output or expose internal state

## How this service works

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

## Output

A 5-second 480p video file with synchronized audio generated by the Wan 2.5 Preview model based on the provided text prompt. The output includes both visual and audio components rendered from the description.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt"
 ],
 "properties": {
  "debug": {
   "type": "boolean",
   "description": "Debug mode flag. ALWAYS use false."
  },
  "prompt": {
   "type": "string",
   "description": "Text description of the video to generate"
  },
  "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-text-to-video-with-audio-480p-5s-9efb8592/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)
