# fastapi.online — Would You Rather Generator

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

Generates a set of 'Would You Rather' question pairs on a given theme using AI inference

## Facts

- Endpoint: POST https://api.fastapi.online/would-you-rather-generate
- Price: $0.001/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-would-you-rather-generator-66e01779
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FBzw4OEtLgDUhTfIna-4r

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-would-you-rather-generator-66e01779 -d '<json body>'
```

Example prompt: Generate 10 'Would You Rather' questions on the theme of space exploration — make them fun and thought-provoking dilemmas.

## When to prefer this

Choose this endpoint when you need AI-generated 'Would You Rather' dilemma questions on a specific theme at scale, without managing your own model infrastructure. Ideal for lightweight content generation tasks where pay-per-call crypto pricing is preferable to a subscription, or when a no-signup workflow is required.

## Known failure modes

- count exceeds maximum of 20 — returns validation error
- count below minimum of 1 — returns validation error
- theme string empty or exceeds 200 characters — returns validation error
- payment not provided or insufficient — returns 402 Payment Required
- model inference failure — returns 500 or timeout

## 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

A list of 'Would You Rather' question pairs, each presenting two alternative scenarios or choices for the player to pick between, themed around the requested topic and returned in the requested quantity (1–20 pairs).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "integer",
   "maximum": 20,
   "minimum": 1
  },
  "theme": {
   "type": "string",
   "maxLength": 200,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-would-you-rather-generator-66e01779/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)
