# x402-zoo Fictional Fact Generator

> x402-zoo Fictional Fact Generator is a paid API for AI agents from x402-zoo.lolagent.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Generates a concise, clearly-labeled fictional fact-like statement, optionally seeded by topic or random seed.

## Facts

- Endpoint: GET https://x402-zoo.lolagent.workers.dev/api/fictional-fact
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-zoo-fictional-fact-generator-e92f39aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tSnSKVOl9F3J24aDtUfTP

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 x402-zoo-fictional-fact-generator-e92f39aa
```

Example prompt: Make up a fictional fact about ancient Rome — something that sounds believable but is clearly labeled as fictional.

## When to prefer this

Choose this endpoint when you need clearly labeled fictional, made-up fact-like content — for prototyping, creative writing seeds, placeholder trivia, or entertainment — rather than real factual data. Prefer this over the sibling real-trivia endpoint when fabrication is intentional and the fictional label is important. Use the optional topic and seed parameters to control content direction and reproducibility.

## Known failure modes

- Missing or malformed required input object returns a validation error
- Unsupported HTTP method returns an error response
- Payment not fulfilled via x402 protocol results in a 402 Payment Required response
- Topic or seed parameters may be ignored or produce unexpected output if too long or malformed

## How this service works

Generate a concise fact-like fictional statement explicitly labeled fictional.

## Output

A short, concise fact-like statement that is explicitly labeled as fictional, optionally influenced by a caller-supplied topic or random seed for reproducibility.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "seed": {
       "type": "string"
      },
      "topic": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-zoo-fictional-fact-generator-e92f39aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-zoo.lolagent.workers.dev](https://www.zero.xyz/host/x402-zoo.lolagent.workers.dev/llms.txt)
