# Blockbuster.ai RunwayML Video Generation

> Blockbuster.ai RunwayML Video Generation is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Generates AI video content via RunwayML through the Blockbuster.ai multi-API hub using x402 micropayments

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/runwayml-generate
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-runwayml-video-generation-73b57c9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KqjfEi3-OJbzG_p22RpQw

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 blockbuster-ai-runwayml-video-generation-73b57c9a -d '<json body>'
```

Example prompt: Generate a short AI video of a futuristic city at night with neon lights and flying cars using RunwayML.

## When to prefer this

Choose this endpoint when you need to generate AI video content via RunwayML and want to pay per call using USDC micropayments on Base chain without a separate RunwayML subscription. Ideal for agents that need on-demand video generation without managing direct API keys.

## Known failure modes

- Insufficient USDC balance for x402 micropayment — payment fails before request is processed
- Vague or unsupported prompt causes RunwayML generation failure
- RunwayML service unavailable or rate-limited — returns error in data object
- Malformed query string leads to bad request rejection
- Generation timeout for complex or long video prompts

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a success boolean and a data object containing the RunwayML-generated video output or reference URL for the created video content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-runwayml-video-generation-73b57c9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
