# JarvisClaw Video Generation API

> JarvisClaw Video Generation API is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-14).

Generates AI video content from a text query prompt, billed per-call via x402 micropayments settled in USDC

## Facts

- Endpoint: POST https://uat.jarvisclaw.ai/v1/marketplace/video/generate
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-video-generation-api-1e67c0e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IWbtDH7YjGmm-erxZtASe

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 jarvisclaw-video-generation-api-1e67c0e7 -d '<json body>'
```

Example prompt: Generate a short AI video of a sunset over a mountain range with dramatic cloud movement — I need it for a travel presentation.

## When to prefer this

Choose this endpoint when you need programmatic AI video generation with per-call micropayment billing via x402 and USDC settlement, especially when integrating into crypto-native or agent-driven workflows that require pay-as-you-go media generation without subscriptions.

## Known failure modes

- Vague or underspecified query string may result in poor or irrelevant video output
- Payment failure via x402 if wallet has insufficient USDC balance on Base or Solana
- UAT environment may have instability or rate limits not present in production
- Underlying model routing failure if no suitable video generation backend is available
- Request timeout for long video generation tasks

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

The endpoint returns a generated video asset or a reference URL to the produced video clip based on the input text prompt, routed through JarvisClaw's smart AI gateway and billed in USDC via x402.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "query": {
       "type": "string",
       "description": "Request parameters"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "JSON response with requested data"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-video-generation-api-1e67c0e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
