# 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.402/call, status unknown (last checked 2026-09-13).

Generates a video from a text prompt using a specified video model, billed per call at $0.01 USDC via x402 protocol on Base or Solana.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/videos/generations
- Price: $0.402/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-video-generation-api-13812cc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qL_wD7xK_oj_hG2Y65GOk

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-13812cc2
```

Example prompt: Can you generate a short video of a sunset over a mountain lake using the latest video model available on JarvisClaw?

## When to prefer this

Choose this endpoint when you need pay-per-call AI video generation with no subscription, especially when settling micropayments in USDC on Base or Solana via the x402 protocol. It's suitable for agents that need programmatic video creation on demand without managing API keys for individual video model providers, benefiting from JarvisClaw's smart routing to the underlying model.

## Known failure modes

- Invalid or unsupported model ID returns an error
- Missing or empty prompt results in a bad request error
- Payment failure via x402 results in 402 Payment Required with no generation
- Rate limiting or quota exceeded on the gateway
- Generation timeout if the video model takes too long
- Malformed request body returns 400 Bad Request

## How this service works

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

## Output

Returns a video generation result, likely containing a video URL or binary video data representing the AI-generated clip corresponding to the provided text prompt and model selection.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string",
   "description": "Video model ID"
  },
  "prompt": {
   "type": "string",
   "description": "Video description"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-video-generation-api-13812cc2/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)
