# GlianaAI Brainrot Video Recipe

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

Generates a 'brainrot'-style short video using AI inference, returning a URL to the produced media file, paid per-call in USDC via x402.

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/recipes/brainrot-video
- Price: $0.9975/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-recipe-0f91d61c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EoQp1l-BJ_gkRbw5yAR5L

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-recipe-0f91d61c
```

Example prompt: Can you generate a brainrot-style AI video for me using GlianaAI — pay with USDC and give me the URL to the finished video?

## When to prefer this

Choose this endpoint when you want to generate a 'brainrot'-style short video using AI without any signup or API key, paying only per call in USDC on Base, Tempo, or Solana via x402. Prefer this over subscription-based video AI services when you need serverless, pay-as-you-go video generation with crypto-native payment settlement.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required returned
- Invalid or missing x402 payment header — request rejected
- Upstream AI model failure during video generation — 500 or timeout
- Media generation takes too long and times out before URL is returned
- Incorrect HTTP method used (non-GET) — 405 Method Not Allowed

## 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

A JSON object containing a URL pointing to the generated brainrot video on GlianaAI's media server (e.g. https://api.glianalabs.com/v1/media/<id>) and the recipe name 'brainrot-video'.

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

## More

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