# RunwayML Video Generation via KiteEndpoints

> RunwayML Video Generation via KiteEndpoints is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Generates AI video content using RunwayML's generative model, accessed as a pay-per-request endpoint

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/runwayml-generate
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/runwayml-video-generation-via-kiteendpoints-3e6027a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jt0FxNM_y0JIO79llFEN1

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 runwayml-video-generation-via-kiteendpoints-3e6027a9 -d '<json body>'
```

Example prompt: Use RunwayML to generate a short video clip of a futuristic city at sunset with neon lights reflecting off wet pavement.

## When to prefer this

Choose this endpoint when you need programmatic access to RunwayML's AI video generation without managing a direct RunwayML API subscription, and want pay-per-use USDC billing on Base chain with no monthly commitment.

## Known failure modes

- Invalid or missing prompt input returns a generic error
- RunwayML generation timeout for complex scenes
- Payment failure if USDC balance is insufficient
- Malformed request body returns error response
- RunwayML API rate limits or upstream outages causing failed generation

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing the generated video data or a reference to the produced video asset from RunwayML's generation pipeline.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/runwayml-video-generation-via-kiteendpoints-3e6027a9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
