# KiteEndpoints.ai – Ghibli-Style Image Generator

> KiteEndpoints.ai – Ghibli-Style Image Generator is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Generates Studio Ghibli-style artwork from a prompt using AI image generation

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ghibli-gen
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ghibli-style-image-generator-0f651be4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_34F6TR8Cx_uM8Na-4yT4P

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 kiteendpoints-ai-ghibli-style-image-generator-0f651be4 -d '<json body>'
```

Example prompt: Generate a Studio Ghibli-style image of a young girl standing in a sunlit meadow full of wildflowers, with a distant mountain village and soft clouds in the sky.

## When to prefer this

Choose this endpoint when you specifically need Studio Ghibli-style anime artwork — soft, painterly, Miyazaki-inspired aesthetics — rather than photorealistic, general anime, or other illustration styles. Best for creative projects, storytelling assets, social media content, or fan art requiring that distinctive hand-crafted Ghibli look.

## Known failure modes

- Prompt too vague yields generic or low-quality output
- Content policy violations in prompt may return an error or empty result
- Network timeout on complex scene generation
- Payment failure (USDC on Base chain) returns 402 before generation begins
- Malformed request body returns a validation error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a generated image rendered in the distinctive Studio Ghibli visual style — soft watercolor-like textures, lush environments, and anime aesthetics — based on the provided text prompt. The response includes image data or a URL to the generated artwork.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-ghibli-style-image-generator-0f651be4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
