# GlianaAI Seedance 2.0 Fast Video Generation

> GlianaAI Seedance 2.0 Fast Video Generation is a paid API for AI agents from api.glianalabs.com, paid per call via x402, $1.2325/call, status unknown (last checked 2026-09-14).

Generates fast AI video from a text prompt using the Seedance 2.0 Fast model, billed per call in USDC via x402 protocol with no API key required.

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/seedance-2.0-fast
- Price: $1.2325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-seedance-2-0-fast-video-generation-4d887ed8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gG9gv9byiUKBpCLS-iPW9

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 glianaai-seedance-2-0-fast-video-generation-4d887ed8
```

Example prompt: Using Seedance 2.0 Fast on GlianaAI, generate a short video of a golden retriever running through a sunlit meadow in slow motion — pay per call in USDC.

## When to prefer this

Choose this endpoint when you need fast AI video generation from a text prompt, want to pay per call in USDC (Base, Solana, or Tempo) without committing to a subscription or obtaining an API key, and specifically want to use the Seedance 2.0 Fast model via GlianaAI's x402 payment protocol.

## Known failure modes

- Insufficient USDC balance or payment failure via x402 — payment not settled, request rejected
- Invalid or missing prompt field — 400 Bad Request
- Model temporarily unavailable — 503 Service Unavailable
- Prompt violates content policy — request rejected with policy error
- Network timeout during video rendering — incomplete or no response

## How this service works

One endpoint for 90+ generative AI models, live market data, SEC filings and identity APIs — image, video, music, speech, LLM chat, crypto and FX rates, DEX liquidity, gas, US company fundamentals and insider trades, document OCR and face matching. Pay per request in USDC on Tempo, Base, Solana, Algorand or BNB Chain with no signup, or top up a prepaid balance in rupiah.

## Output

Returns a JSON object containing the model name ('seedance-2.0-fast'), an output object with a media URL or JSON payload for the generated video, and the amount charged in micro-USD (costMicroUsd).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "seedance-2.0-fast",
  "output": {
   "url": "https://api.glianalabs.com/v1/media/<id>"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-seedance-2-0-fast-video-generation-4d887ed8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.glianalabs.com](https://www.zero.xyz/host/api.glianalabs.com/llms.txt)
