# fastapi.online Favicon Generator

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

Generates a favicon from an uploaded image file (PNG, JPEG, or WebP)

## Facts

- Endpoint: POST https://api.fastapi.online/favicon-generate
- Price: $0.0015/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-favicon-generator-29022fcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NgzjBHE1SD2-GocdfT74Z

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-favicon-generator-29022fcb -d '<json body>'
```

Example prompt: Can you generate a favicon from my PNG logo file so I can use it on my website?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call favicon generation from an existing image without signing up for a service. It is ideal for automated pipelines, agents building websites on the fly, or one-off favicon creation tasks using crypto micropayments with no account required.

## Known failure modes

- Unsupported file format (non-PNG/JPEG/WebP) returns an error
- File too large or corrupted binary returns a 400 or processing error
- Payment not received or insufficient USDC results in 402 Payment Required
- Server-side model error returns 500 Internal Server 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 favicon image file derived from the uploaded PNG, JPEG, or WebP source image, suitable for use as a browser tab icon on a website.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "file": {
   "type": "string",
   "format": "binary",
   "description": "Image file (PNG/JPEG/WebP)"
  }
 }
}
```

## More

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