# imgnAI Katana Seedance 2.0 Video Generation

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

Generates AI video clips from a text prompt using the Seedance 2.0 model via the imgnAI Katana pay-per-call gateway

## Facts

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

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-0-video-generation-84ee6ba6 -d '<json body>'
```

Example prompt: Generate a 5-second cinematic video of a golden sunset over ocean waves with dramatic clouds, 16:9 aspect ratio, using Seedance 2.0 — no blurry or low-quality footage.

## When to prefer this

Choose this endpoint when you need high-quality AI video generation using the Seedance 2.0 model specifically, want pay-per-call pricing via USDC with no subscription, need OpenAPI compatibility, or are building on the imgnAI Katana gateway ecosystem. Prefer over other video generation APIs when you want access to a curated SOTA model via a single gateway that also offers LLMs and image models.

## Known failure modes

- Missing required 'prompt' field returns validation error
- Invalid aspect_ratio format causes bad request
- Payment failure via x402 protocol prevents generation
- Unsupported duration value may result in error or clamping
- Model overload or timeout returning partial or empty responses array
- Invalid client_request_id format may cause request rejection

## 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 containing a status field, a request ID, and a responses array with the generated video output details from the Seedance 2.0 model.

## 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-0-video-generation-84ee6ba6/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)
