# GlianaAI Brainrot Video Generator

> GlianaAI Brainrot Video Generator is a paid API for AI agents from api.glianalabs.com, paid per call via x402, $1.05/call, status unknown (last checked 2026-09-15).

Generates a 'brainrot'-style AI video and returns a hosted media URL, billed at $1.05 USDC per call via x402 with no API key required.

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/brainrot-video
- Price: $1.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-brainrot-video-generator-d56fbd6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_62ErY5iFtCzI-MdNjruJz

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-brainrot-video-generator-d56fbd6f
```

Example prompt: Generate a brainrot-style AI video for me using GlianaAI — just call the brainrot-video model and pay the $1.05 USDC fee, then give me the link to the output video.

## When to prefer this

Choose this endpoint when you need to generate a brainrot-style AI video without signing up or managing API keys, and your agent can settle micropayments in USDC via x402 on Base, Tempo, or Solana. Prefer this over traditional video generation APIs when operating in a crypto-native, pay-per-call agent workflow.

## Known failure modes

- Payment not settled — 402 response if USDC payment via x402 is not completed
- Insufficient funds — agent wallet lacks $1.05 USDC on supported chain
- Network/chain mismatch — payment sent on unsupported chain (only Tempo, Base, Solana accepted)
- Model unavailable — brainrot-video model temporarily offline, returns 503
- Invalid request body type — bodyType must be one of json, form-data, text
- Missing required input field — 400 error if input object is absent or malformed

## 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 with the model name ('brainrot-video') and an output URL pointing to the generated video hosted at api.glianalabs.com/v1/media/<id>.

## 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": "brainrot-video",
  "output": {
   "url": "https://api.glianalabs.com/v1/media/<id>"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-brainrot-video-generator-d56fbd6f/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)
