# Placeholder Text Generator (Lorem Ipsum)

> Placeholder Text Generator (Lorem Ipsum) is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Generates lorem ipsum placeholder text by word count, sentence count, or paragraph count for use in mockups and tests.

## Facts

- Endpoint: GET https://intel.rallylive.ca/data/lorem
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/placeholder-text-generator-lorem-ipsum-4700ea02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qt07WUW9yIcqXd-02Bk57

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 placeholder-text-generator-lorem-ipsum-4700ea02
```

Example prompt: Can you generate 3 paragraphs of lorem ipsum placeholder text for the content section of my wireframe mockup?

## When to prefer this

Choose this endpoint when you need quick, deterministic-friendly lorem ipsum filler text scoped by word, sentence, or paragraph count — especially useful in automated pipelines, test fixtures, or design mockup workflows where safe, pasteable content is needed without side effects. Prefer it over manual lorem ipsum generators when integrating placeholder text generation into an agent or automated workflow at low cost ($0.01 per call).

## Known failure modes

- Missing or invalid 'type' or 'method' fields return an error response
- Unsupported count values or out-of-range quantities may return an error or empty result
- Network timeouts or service unavailability return no text
- Malformed query parameters may result in unexpected output or errors

## How this service works

Placeholder text generator: lorem ipsum by word count, sentence count or paragraph count, deterministic-free and safe to paste into mockups and tests. $0.01 per call.

## Output

Returns lorem ipsum placeholder text sized to the requested unit — words, sentences, or paragraphs — safe to paste directly into mockups, design tools, or test fixtures without triggering profanity filters or encoding issues.

## 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",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/placeholder-text-generator-lorem-ipsum-4700ea02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
