# GlianaAI Veo 3.1 Video Generation (x402)

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

Generates video from a text prompt using Google Veo 3.1, billed per call in USDC via x402 micropayment protocol — no signup required.

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/veo-3.1
- Price: $4.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-veo-3-1-video-generation-x402-b3208e06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dar8ZkxbIomzcqrxKyNwP

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-veo-3-1-video-generation-x402-b3208e06
```

Example prompt: Use GlianaAI's Veo 3.1 endpoint to generate a short video of a golden retriever playing fetch on a sunny beach at sunset — pay with USDC via x402, no API key needed.

## When to prefer this

Choose this endpoint when you need to generate video using Google Veo 3.1 specifically, want to pay per call in USDC without signing up or obtaining an API key, and are operating in an x402-compatible agent environment that can handle micropayment headers on Base, Solana, or Tempo.

## Known failure modes

- Insufficient USDC balance or payment failure — 402 Payment Required with payment instructions
- Invalid or missing prompt field — 400 Bad Request
- Model overload or timeout for long video generation — 503 or timeout error
- Prompt violates content policy — 422 Unprocessable Entity
- Network or infrastructure failure on GlianaAI side — 500 Internal Server Error

## 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 ('veo-3.1'), an output object with a media URL pointing to 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": "veo-3.1",
  "output": {
   "url": "https://api.glianalabs.com/v1/media/<id>"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-veo-3-1-video-generation-x402-b3208e06/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)
