# GlianaAI Image-to-Video HD

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

Converts a source image into a high-definition video clip using AI, billed per call at $0.48575 USDC via x402 on Base/Solana/Tempo

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/recipes/image-to-video-hd
- Price: $0.47075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-image-to-video-hd-bb6945f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F9XIPcjsUy2vSxJ-WTuaN

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-image-to-video-hd-bb6945f9
```

Example prompt: Animate this product photo into a smooth HD video clip using GlianaAI — I don't have an API key, just pay per call in USDC.

## When to prefer this

Choose this endpoint when you need serverless, no-signup HD image-to-video generation billed micropayment-style per call in USDC via x402 protocol — ideal for AI agents that cannot hold API keys and need autonomous pay-per-use access on Base, Solana, or Tempo.

## Known failure modes

- Payment not received or insufficient USDC — request rejected before inference
- Source image missing or malformed body — 400 bad request
- Model backend unavailable — 503 or timeout
- Generated media URL expires or becomes inaccessible after a retention window
- Unsupported image format or resolution causes inference failure

## 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 a URL pointing to the generated HD video file on GlianaAI's media CDN and the recipe name ('image-to-video-hd') confirming the operation used.

## 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": "image-to-video-hd"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-image-to-video-hd-bb6945f9/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)
