# x402-zoo Random Sentence Generator

> x402-zoo Random Sentence 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-14).

Generates a grammatically plausible synthetic sentence explicitly labeled as unverified

## Facts

- Endpoint: GET https://x402-zoo.lolagent.workers.dev/api/random-sentence
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-zoo-random-sentence-generator-74a11b8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yHA1jcnkFoQdIgFh-h-Oi

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-random-sentence-generator-74a11b8b
```

Example prompt: Generate a random synthetic sentence about space exploration with a serious tone — make sure it's clearly labeled as unverified.

## When to prefer this

Choose this endpoint when you need a single grammatically plausible but clearly synthetic and unverified sentence, especially for NLP testing, placeholder content, or data augmentation. It differs from the sibling 'fictional fact' endpoint in that it focuses on grammatical sentence plausibility rather than fact-like statements, and allows tone and topic shaping. Use it when reproducibility via a seed is needed.

## Known failure modes

- Invalid or unsupported tone value may return a default tone instead of an error
- Missing required payment header causes 402 Payment Required response
- Network timeout on the Workers edge node returns a 5xx error
- Unsupported seed format may be silently ignored

## How this service works

Generate a grammatically plausible synthetic sentence explicitly labeled unverified.

## Output

Returns a grammatically plausible synthetic sentence clearly labeled as unverified, optionally shaped by a seed (for reproducibility), a tone, and a topic. The response includes the generated sentence and its unverified status marker.

## 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"
      },
      "tone": {
       "type": "string"
      },
      "topic": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-zoo-random-sentence-generator-74a11b8b/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)
