# fastapi.online — AI Poster Generator

> fastapi.online — AI Poster 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 themed poster image using a self-hosted AI model, with optional random seed for reproducibility.

## Facts

- Endpoint: POST https://api.fastapi.online/generate-poster
- 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-ai-poster-generator-c81ebb6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_THe0ue8h22kptpCCuJmHs

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-ai-poster-generator-c81ebb6a -d '<json body>'
```

Example prompt: Can you generate a poster for me with a retro sci-fi space exploration theme, using seed 42 so I can reproduce it later?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI-generated poster image without signup, particularly when reproducibility via seed is important or when integrating crypto micropayments (x402) into an automated pipeline.

## Known failure modes

- Missing or empty theme string returns a validation error
- Theme string exceeding 300 characters is rejected
- Invalid seed type (non-integer) causes a schema validation failure
- Payment not included or insufficient USDC amount results in HTTP 402
- Model inference timeout may return a 5xx 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 poster image (likely as binary image data or a URL) matching the requested theme, optionally reproducible via the provided seed value.

## Request schema (JSON Schema)

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

## More

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