# KiteEndpoints.ai - Ghibli Image Generator

> KiteEndpoints.ai - Ghibli Image Generator is a paid API for AI agents from kite-endpoints.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 or image input using AI image generation

## Facts

- Endpoint: POST https://kite-endpoints.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-image-generator-7c62e9a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U0WhEhF9xvhEIQ9y7NcIO

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-image-generator-7c62e9a8 -d '<json body>'
```

Example prompt: Can you turn this photo of my garden into a Studio Ghibli-style illustration — like something from Spirited Away or My Neighbor Totoro?

## When to prefer this

Choose this endpoint when you need to generate or stylize images specifically in the Studio Ghibli aesthetic — hand-drawn anime art with the characteristic warmth, detail, and fantasy quality associated with Miyazaki films. Prefer this over generic image generators when the user explicitly wants the Ghibli look, and over general style-transfer tools when you want a single pay-per-request API without a subscription.

## Known failure modes

- Invalid or missing input prompt returns an error response
- Input image too large or in unsupported format causes processing failure
- Generation timeout if the model is overloaded
- Payment of 0.15 USDC on Base chain not completed results in 402 response
- Ambiguous or policy-violating prompts may be rejected

## 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 Ghibli-style AI-generated image, delivered as image data or a URL to the rendered artwork, styled to match the characteristic hand-drawn aesthetic of Studio Ghibli films.

## 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-image-generator-7c62e9a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
