# fastapi.online — Anime Image Generator

> fastapi.online — Anime Image Generator is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.012/call, status down (last checked 2026-09-15).

Generates anime-style images from a text description and optional seed using a self-hosted AI model, billed per call via crypto.

## Facts

- Endpoint: POST https://api.fastapi.online/generate-anime
- Price: $0.012/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-anime-image-generator-6f462ae5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_25gtC6lBVQgoMJq_eTb_K

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 fastapi-online-anime-image-generator-6f462ae5 -d '<json body>'
```

Example prompt: Generate an anime image of a silver-haired female warrior standing in a moonlit forest, wearing traditional Japanese armor — use seed 42 so I can reproduce it later.

## When to prefer this

Choose this endpoint when you need anime-specific image generation rather than photorealistic or generic art styles. It is ideal for agents that need reproducible outputs (via seed), want pay-per-call pricing with no signup using crypto, and require a dedicated anime diffusion model rather than a general-purpose image generator like DALL-E or Stable Diffusion with generic settings.

## Known failure modes

- Description too short (below 1 character) or too long (above 300 characters) — validation error
- Invalid seed type (non-integer) — schema validation failure
- Model timeout or inference failure on the self-hosted backend — 500 error
- Payment not received or insufficient USDC — 402 Payment Required
- Missing required description field — 422 Unprocessable Entity

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

Returns an anime-style image generated from the provided text description. The seed parameter enables deterministic generation so the same prompt+seed combination produces consistent results. The image is typically returned as binary image data or a URL pointing to the generated artwork.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "integer"
  },
  "description": {
   "type": "string",
   "maxLength": 300,
   "minLength": 1,
   "description": "the scene/character"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-anime-image-generator-6f462ae5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
