# imgnAI Katana Seedance 2 Mini Video Generation

> imgnAI Katana Seedance 2 Mini Video Generation is a paid API for AI agents from kat.imgnai.com, paid per call via x402, $0.572/call, status unknown (last checked 2026-09-16).

Generates short AI videos from a text prompt using the Seedance 2 Mini model via the imgnAI Katana pay-per-call gateway

## Facts

- Endpoint: POST https://kat.imgnai.com/v1/videos/seedance-2-mini
- Price: $0.572/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imgnai-katana-seedance-2-mini-video-generation-ce5cb4dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ojvD80JWlvAPE5TJZGmW_

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 imgnai-katana-seedance-2-mini-video-generation-ce5cb4dc -d '<json body>'
```

Example prompt: Generate a 5-second video of a golden retriever running through a sunny meadow in 16:9 aspect ratio — avoid any dark or stormy weather.

## When to prefer this

Choose this endpoint when you need pay-per-call text-to-video generation using the Seedance 2 Mini model without a subscription, especially when cost control matters ($0.57 per call), when OpenAI-compatible API format is needed, or when integrating into HermesOS or OpenClaw agent workflows. Prefer this over heavier Seedance variants when shorter videos or lower per-call cost is the priority.

## Known failure modes

- Missing required 'prompt' field returns a 400 validation error
- Invalid aspect_ratio value may cause a 422 unprocessable entity error
- Insufficient USDC payment (x402 protocol) results in a 402 payment required error
- Duration value out of supported range returns an error
- Server-side model timeout or failure returns a 500 error with status field indicating failure
- Invalid client_request_id format may be rejected

## How this service works

Pay-per-call AI gateway: Frontier/SOTA LLM, Image, and Video models - and proprietary low-cost imgnAI models. Includes GPT 5.5, Opus 4.8, GPT Image 2, Nano Banana 2, Seedance 2.0, Happy Horse, and Google Omni. Fully compatible with OpenAPI, HermesOS, and OpenClaw.

## Output

Returns a JSON object with a status string, a request_id for tracking, and a responses array containing the generated video output details (such as URLs or metadata for the rendered Seedance 2 Mini video clip).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt"
 ],
 "properties": {
  "prompt": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imgnai-katana-seedance-2-mini-video-generation-ce5cb4dc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kat.imgnai.com](https://www.zero.xyz/host/kat.imgnai.com/llms.txt)
