# RunwayML Video Generation via KiteEndpoints

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

Generates AI video content using RunwayML's video generation models, accessed through the KiteEndpoints API hub.

## Facts

- Endpoint: POST https://kite-hub-v2.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-abc99835
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rTystHcV2IVx6vPE4nBYy

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-abc99835 -d '<json body>'
```

Example prompt: Generate a short cinematic video clip of a sunset over the ocean with waves crashing on the beach, in a dramatic and moody style.

## When to prefer this

Use this endpoint when you need programmatic access to RunwayML video generation without managing a direct RunwayML subscription, and you prefer pay-per-request USDC billing on Base chain. Best for agents that occasionally need AI video generation without committing to a monthly API plan.

## Known failure modes

- Invalid or missing prompt causes generation failure
- RunwayML upstream API timeout or unavailability
- Insufficient USDC balance for the $0.06 per-call fee
- Malformed request body returns error
- Content policy violation rejects the prompt
- Video generation queue overload causes delays

## 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 URL from RunwayML, wrapped in the KiteEndpoints response envelope.

## 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-abc99835/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
