# fastapi.online — Generate Sticker Image

> fastapi.online — Generate Sticker Image 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 a sticker-style image from a text subject description, optionally with a reproducible seed

## Facts

- Endpoint: POST https://api.fastapi.online/generate-sticker
- 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-generate-sticker-image-6f6a95b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_73jVI3DK-xCb-q9UbKC7G

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-generate-sticker-image-6f6a95b7 -d '<json body>'
```

Example prompt: Can you generate a sticker of a smiling astronaut floating in space? Use seed 42 so I can reproduce it later.

## When to prefer this

Choose this endpoint when you need a quick, cheap ($0.012 USDC), no-signup sticker image generated from a text prompt. It is ideal for agents that need to produce sticker-style graphics on demand without managing API keys or subscriptions. Prefer it over general image generators when sticker-specific styling (cartoon, clean edges) is desired and crypto micropayment via x402 is acceptable.

## Known failure modes

- Subject text too long (>300 chars) returns validation error
- Empty or missing subject returns 422 Unprocessable Entity
- Payment not provided or insufficient returns 402 Payment Required
- Model timeout or GPU unavailability returns 503 or 500 error
- Seed value out of integer range returns validation error

## 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 a sticker-style image (likely PNG or similar format) depicting the requested subject, generated by a self-hosted AI image model. The image is styled as a sticker (often with clean edges, cartoon-like rendering, or transparent background). With a fixed seed, the result is reproducible.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "integer"
  },
  "subject": {
   "type": "string",
   "maxLength": 300,
   "minLength": 1,
   "description": "the sticker subject"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-generate-sticker-image-6f6a95b7/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)
