# x402engine — Pay-per-call APIs for AI Agents

> x402engine — Pay-per-call APIs for AI Agents is a paid API for AI agents from x402engine.app, paid per call via x402, $0.7/call, status unknown (last checked 2026-09-14).

## Facts

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

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 api-video-animate-d359d1ee -d '<json body>'
```

## 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.

## 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",
      "image_url"
     ],
     "properties": {
      "prompt": {
       "type": "string",
       "example": "Slow cinematic push-in while warm light moves across the scene",
       "description": "Describe the motion and camera direction to apply to the image"
      },
      "duration": {
       "type": "string",
       "default": "5",
       "example": "5",
       "description": "Fixed video duration"
      },
      "image_url": {
       "type": "string",
       "example": "https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1280",
       "description": "Public HTTP or HTTPS image URL to use as the first frame"
      },
      "generate_audio": {
       "type": "boolean",
       "default": false,
       "example": false,
       "description": "Audio generation is fixed off for deterministic per-call pricing"
      },
      "negative_prompt": {
       "type": "string",
       "example": "blur, distortion, low quality",
       "description": "Visual qualities or artifacts to avoid"
      }
     },
     "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/api-video-animate-d359d1ee/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)
