# Lorem Ipsum Text Generator

> Lorem Ipsum Text Generator is a paid API for AI agents from lorem-ipsum.api.klymax402.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Generates Lorem Ipsum placeholder text in configurable units of paragraphs, sentences, or words

## Facts

- Endpoint: GET https://lorem-ipsum.api.klymax402.com/api/generate
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lorem-ipsum-api-klymax402-com-f808f6db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B6aJILVf3GzOm0e8vdpRg

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 lorem-ipsum-api-klymax402-com-f808f6db
```

Example prompt: Generate 5 lorem ipsum paragraphs of placeholder text for my webpage mockup.

## When to prefer this

Use this endpoint when you need quickly generated, classic Lorem Ipsum dummy text for UI mockups, design prototypes, or content placeholders, and you want control over whether to get full paragraphs, individual sentences, or a word count.

## Known failure modes

- Invalid type value (not paragraphs/sentences/words) returns an error
- Non-numeric or negative count value returns an error
- Payment failure (402) if USDC balance is insufficient
- Service unavailable or timeout if provider is down

## How this service works

Generate Lorem Ipsum placeholder text

## Output

Returns generated Lorem Ipsum placeholder text as a string, in the requested format (paragraphs, sentences, or words) and the requested count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string",
   "description": "Type of text to generate: paragraphs, sentences, or words (default: paragraphs)"
  },
  "count": {
   "type": "number",
   "description": "Number of paragraphs, sentences, or words to generate (default: 3)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lorem-ipsum-api-klymax402-com-f808f6db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lorem-ipsum.api.klymax402.com](https://www.zero.xyz/host/lorem-ipsum.api.klymax402.com/llms.txt)
