# Lorem Ipsum Placeholder Text Generator

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

Generates Lorem Ipsum placeholder text with configurable word, sentence, or paragraph count

## Facts

- Endpoint: GET https://api.x402node.dev/text/lorem
- Price: $0.0022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-x402node-dev-f9b6dbb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R38rJwb0ylQ_A9twAguHk

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 api-x402node-dev-f9b6dbb6
```

Example prompt: Generate 3 paragraphs of Lorem Ipsum placeholder text for my design mockup.

## When to prefer this

Use this endpoint when you need programmatically generated Lorem Ipsum placeholder text with precise control over quantity (words, sentences, or paragraphs). Ideal for design automation pipelines, UI prototyping tools, or any workflow that needs dummy text on demand without a local library.

## Known failure modes

- Invalid or missing count parameter returns an error
- Unsupported unit type returns a validation error
- Extremely large count values may be rejected or throttled
- Network timeout if the service is temporarily unavailable
- Payment failure if USDC balance is insufficient

## How this service works

Lorem ipsum generator, placeholder text, dummy text, fake text generator, lorem text, filler content, sample text, lipsum, test content for design, mockup text. Generate Lorem ipsum placeholder with custom words, sentences, or paragraph count. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with a 'text' field containing the generated Lorem Ipsum string, a 'unit' field indicating the unit type used (words, sentences, or paragraphs), and a 'count' integer indicating how many units were generated.

## 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": {
      "unit": {
       "type": "string",
       "description": "Unit (optional)"
      },
      "count": {
       "type": "string",
       "description": "Count (optional)"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-x402node-dev-f9b6dbb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
