# x402engine Hailuo Video Generation

> x402engine Hailuo Video Generation is a paid API for AI agents from x402engine.app, paid per call via x402, $0.65/call, status unknown (last checked 2026-09-14).

Generates AI video clips using the Hailuo model via HTTP 402 micropayment, payable in USDC on Base, USDm on MegaETH, or USDC on Solana.

## Facts

- Endpoint: POST https://x402engine.app/api/video/hailuo
- Price: $0.65/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402engine-hailuo-video-generation-bb4ae90e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ekldE4lAsZPN30gpS36es

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 x402engine-hailuo-video-generation-bb4ae90e -d '<json body>'
```

Example prompt: Generate a short Hailuo AI video of a futuristic city at night with neon lights and flying cars — pay $0.65 USDC from my Base wallet.

## When to prefer this

Choose this endpoint when you need Hailuo-model video generation specifically, want pay-per-call pricing with no subscription commitment, need to pay with on-chain stablecoins (USDC on Base or Solana, USDm on MegaETH), and want a production-ready API accessible to AI agents via HTTP 402.

## Known failure modes

- Insufficient USDC/USDm balance causing 402 payment failure
- Prompt violates content policy resulting in rejection
- Generation timeout for complex or long video requests
- Invalid or malformed prompt input returning 400 error
- Network or blockchain transaction failure during payment

## How this service works

108 production APIs behind HTTP 402 micropayments. 72 LLMs, Kling V3 and Hailuo video generation, image generation, code execution, travel search, web scraping, TTS, and transaction simulation. Pay with USDC on Base, USDm on MegaETH, or USDC on Solana.

## Output

Returns an AI-generated video clip produced by the Hailuo model, typically including a URL to the rendered video file and associated generation metadata such as duration and model version.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "bodyType",
    "body",
    "method"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "prompt"
     ],
     "properties": {
      "prompt": {
       "type": "string",
       "example": "A snowboarder carving through deep powder while the camera follows from behind",
       "description": "Detailed video prompt including subject motion and camera direction"
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402engine-hailuo-video-generation-bb4ae90e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402engine.app](https://www.zero.xyz/host/x402engine.app/llms.txt)
