# fastapi.online — Emoji Generator

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

Generates a custom emoji image from a text subject description, with optional seed for reproducibility

## Facts

- Endpoint: POST https://api.fastapi.online/generate-emoji
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-emoji-generator-0c80a49f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a3O9VKVc55MmjZ7C-tJBx

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-emoji-generator-0c80a49f -d '<json body>'
```

Example prompt: Generate an emoji of a golden retriever puppy holding a coffee cup — use seed 42 so I can reproduce it later.

## When to prefer this

Choose this endpoint when you need to programmatically generate custom emoji images from arbitrary text descriptions without signing up for an account, paying per-call with crypto (USDC). Ideal for agents that need on-demand novelty emoji creation for chat apps, social media, or UI assets.

## Known failure modes

- Subject text too long (exceeds 300 characters) returns validation error
- Missing subject field returns 422 Unprocessable Entity
- Payment not included or insufficient returns 402 Payment Required
- Seed value out of integer range returns validation error
- Model inference timeout returns 500 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 generated emoji image corresponding to the provided subject text. The seed parameter allows reproducible generation of the same emoji when supplied with the same subject.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-emoji-generator-0c80a49f/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)
